COLOR #2555AC

HEX: #2555AC
RGB: (37,85,172)

Color info

#2555AC contains mainly blue color. Web safe color of #2555AC is #336699 (or #369).

RGB color model

#2555AC color RGB value is (37,85,172).

  • red value is 37;
  • green value is 85;
  • blue value is 172.
RGB:
(37,85,172)
(15%,33%,67%)

RGB channels and saturation

R 37 of 255 = 15%
G 85 of 255 = 33%
B 172 of 255 = 67%

37
85
172

R + G + B ~ 38%. #2555AC is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 85 + 172 = 294 (100%)
R 37 of 294 ~ 12.59%
G 85 of 294 ~ 28.91%
B 172 of 294 ~ 58.5%

%12.59
%28.91
%58.5

CMYK color model

#2555AC color CMYK value is (78,51,0,33).

  • cyan value is 78.49%
  • magenta value is 50.58%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(78,51,0,33)
C78M51Y0K33 
(78%,51%,0%,33%)
(0.78/0.51/0.00/0.33)	

CMYK percentages

%78.49
%50.58
%0
%32.55

Codes

Color #2555AC in popluar color models

2555AC
RGB3785172
HSL219°64.59%40.98%
HSB/HSV219°78.49%67.45%
CMYK78.49%50.58%0.00%
32.55%

Color #2555AC in popluar number systems.

HEX2555AC
Decimal3785172
Binary100101101010110101100
Octal45125254

Shades and tints

Shades of #2555AC

#2555AC
(37,85,172)
#224E9D
(34,78,157)
#1F478E
(31,71,142)
#1C407F
(28,64,127)
#193970
(25,57,112)
#163261
(22,50,97)
#132B52
(19,43,82)
#102443
(16,36,67)
#0D1D34
(13,29,52)
#0A1625
(10,22,37)
#070F16
(7,15,22)
#000000
(0,0,0)

Tints of #2555AC

#2555AC
(37,85,172)
#3864B3
(56,100,179)
#4B73BA
(75,115,186)
#5E82C1
(94,130,193)
#7191C8
(113,145,200)
#84A0CF
(132,160,207)
#97AFD6
(151,175,214)
#AABEDD
(170,190,221)
#BDCDE4
(189,205,228)
#D0DCEB
(208,220,235)
#E3EBF2
(227,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2555AC color. Also use rgb(37,85,172) instead hex code.

Text Font Color

.myTextColor { color: #2555AC; }

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

This text font color is #2555AC.


Background Color

.myBgColor { background-color: #2555AC; }

<div style="background-color:#2555AC">Inner text</div>

This div background color is #2555AC.


Border color

.myBorderColor { border: 1px solid #2555AC; }

<div style="border:3px solid #2555AC">Div</div>

This div border color is #2555AC.


Opacity

.myOpacity80 { color: #2555AC; opacity: 0.8; }

<p style="color:#2555AC;opacity:0.8;">80%</p>

Text with #2555AC 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 #2555AC;}

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

This text has shadow with #2555AC color.

.textShadow {text-shadow: 3px 3px 1px #2555AC, 3px 3px 1px red;}

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

This text has shadow with #2555AC primary color and red secondary color.


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

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

This text has shadow with #2555AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2555AC on black background.


Color preview on white background

This text has color #2555AC on white background.



Black color preview on #2555AC background

This text has black color on #2555AC background.


White color preview on #2555AC background

This text has white color on #2555AC background.