COLOR #255AA2

HEX: #255AA2
RGB: (37,90,162)

Color info

#255AA2 contains mainly blue color. Web safe color of #255AA2 is #336699 (or #369).

RGB color model

#255AA2 color RGB value is (37,90,162).

  • red value is 37;
  • green value is 90;
  • blue value is 162.
RGB:
(37,90,162)
(15%,35%,64%)

RGB channels and saturation

R 37 of 255 = 15%
G 90 of 255 = 35%
B 162 of 255 = 64%

37
90
162

R + G + B ~ 38%. #255AA2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 90 + 162 = 289 (100%)
R 37 of 289 ~ 12.8%
G 90 of 289 ~ 31.14%
B 162 of 289 ~ 56.06%

%12.8
%31.14
%56.06

CMYK color model

#255AA2 color CMYK value is (77,44,0,36).

  • cyan value is 77.16%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(77,44,0,36)
C77M44Y0K36 
(77%,44%,0%,36%)
(0.77/0.44/0.00/0.36)	

CMYK percentages

%77.16
%44.44
%0
%36.47

Codes

Color #255AA2 in popluar color models

255AA2
RGB3790162
HSL215°62.81%39.02%
HSB/HSV215°77.16%63.53%
CMYK77.16%44.44%0.00%
36.47%

Color #255AA2 in popluar number systems.

HEX255AA2
Decimal3790162
Binary100101101101010100010
Octal45132242

Shades and tints

Shades of #255AA2

#255AA2
(37,90,162)
#225294
(34,82,148)
#1F4A86
(31,74,134)
#1C4278
(28,66,120)
#193A6A
(25,58,106)
#16325C
(22,50,92)
#132A4E
(19,42,78)
#102240
(16,34,64)
#0D1A32
(13,26,50)
#0A1224
(10,18,36)
#070A16
(7,10,22)
#000000
(0,0,0)

Tints of #255AA2

#255AA2
(37,90,162)
#3869AA
(56,105,170)
#4B78B2
(75,120,178)
#5E87BA
(94,135,186)
#7196C2
(113,150,194)
#84A5CA
(132,165,202)
#97B4D2
(151,180,210)
#AAC3DA
(170,195,218)
#BDD2E2
(189,210,226)
#D0E1EA
(208,225,234)
#E3F0F2
(227,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255AA2 color. Also use rgb(37,90,162) instead hex code.

Text Font Color

.myTextColor { color: #255AA2; }

<p style="color:#255AA2">This sample text font color is #255AA2.</p>

This text font color is #255AA2.


Background Color

.myBgColor { background-color: #255AA2; }

<div style="background-color:#255AA2">Inner text</div>

This div background color is #255AA2.


Border color

.myBorderColor { border: 1px solid #255AA2; }

<div style="border:3px solid #255AA2">Div</div>

This div border color is #255AA2.


Opacity

.myOpacity80 { color: #255AA2; opacity: 0.8; }

<p style="color:#255AA2;opacity:0.8;">80%</p>

Text with #255AA2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #255AA2;}

<p style="text-shadow: 3px 3px 1px #255AA2">Text here.</p>

This text has shadow with #255AA2 color.

.textShadow {text-shadow: 3px 3px 1px #255AA2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #255AA2, 5px 5px 20px red">Text here.</p>

This text has shadow with #255AA2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#255AA2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#255AA2, Direction=45, Strength=4)">Text</p>

This text has shadow with #255AA2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #255AA2;
  -webkit-box-shadow:	1px 1px 3px 2px #255AA2;
  box-shadow:		1px 1px 3px 2px #255AA2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #255AA2;
-webkit-box-shadow: 1px 1px 3px 2px #255AA2;
box-shadow:1px 1px 3px 2px #255AA2;">
Div content here</div>
This div box has shadow with color #255AA2.

Preview

Color preview on black background

This text has color #255AA2 on black background.


Color preview on white background

This text has color #255AA2 on white background.



Black color preview on #255AA2 background

This text has black color on #255AA2 background.


White color preview on #255AA2 background

This text has white color on #255AA2 background.