#255AAE

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

Shades of Cerulean Blue #255AAE

Tints of Cerulean Blue #255AAE

Color information

#255AAE (or 0x255AAE) is unknown color: approx Cerulean Blue. HEX triplet: 25, 5A and AE. RGB value is (37,90,174). Sum of RGB (Red+Green+Blue) = 37+90+174=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #255AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255AAE is #DAA551. Grayscale: #535353. Windows color (decimal): -14329170 or 11426341. OLE color: 11426341.

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

Color convert

RGB3790174-
CMYK0.790.4800.32
HSL216.79º64.93%41.37%-
HSV(B)216.79º78.74%68.24%-
XYZ12.0610.7641.49-
YUV83.73178.9494.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.29%
GREEN value IS 90 (35.55% from 255) = 29.90%
BLUE value IS 174 (68.36% from 255) = 57.81%
R=12.29%
G=29.90%
B=57.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal37901740.790.4800.32216.7964.9341.37
Hex255AAE4F30020d94129
Octal451322561176004033110151
Binary10010110110101010111010011111100000100000110110011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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