#255AAC

Color #255AAC Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #255AAC

Tints of Cerulean Blue #255AAC

Color information

#255AAC (or 0x255AAC) is unknown color: approx Cerulean Blue. HEX triplet: 25, 5A and AC. RGB value is (37,90,172). Sum of RGB (Red+Green+Blue) = 37+90+172=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #255AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255AAC is #DAA553. Grayscale: #535353. Windows color (decimal): -14329172 or 11295269. OLE color: 11295269.

HSL color Cylindrical-coordinate representation of color #255AAC: hue angle of 216.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #255AAC is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3790172-
CMYK0.780.4800.33
HSL216.44º64.59%40.98%-
HSV(B)216.44º78.49%67.45%-
XYZ11.8710.6840.47-
YUV83.5177.9494.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 12.37%
GREEN value IS 90 (35.55% from 255) = 30.10%
BLUE value IS 172 (67.58% from 255) = 57.53%
R=12.37%
G=30.10%
B=57.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal37901720.780.4800.33216.4464.5940.98
Hex255AAC4E30021d84129
Octal451322541166004133010151
Binary10010110110101010110010011101100000100001110110001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255AAC; }

 p { color: rgb(37,90,172); }

 H1.HeaderClassName
 {
   color: #255AAC;
 }
 .AnyTagClassName
 {
   color: #255AAC;
 }
</style>
background-color css

<style>
 a { background-color: #255AAC; }

 a { background-color: rgb(37,90,172); }

 div.DivClassName
 {
   background-color: #255AAC;
 }
 .BgClassName
 {
   background-color: #255AAC;
 }
</style>
border-color css

<style>
 span { border-color: #255AAC; }

 span { border-color: rgb(37,90,172); }

 td.TdClassName
 {
   border-color: #255AAC;
 }
 .TagClassName
 {
   border-color: #255AAC;
 }
</style>