#255BAB

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

Shades of Cerulean Blue #255BAB

Tints of Cerulean Blue #255BAB

Color information

#255BAB (or 0x255BAB) is unknown color: approx Cerulean Blue. HEX triplet: 25, 5B and AB. RGB value is (37,91,171). Sum of RGB (Red+Green+Blue) = 37+91+171=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #255BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255BAB is #DAA454. Grayscale: #535353. Windows color (decimal): -14328917 or 11229989. OLE color: 11229989.

HSL color Cylindrical-coordinate representation of color #255BAB: hue angle of 215.82º degrees, saturation: 0.64, 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 #255BAB is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3791171-
CMYK0.780.4700.33
HSL215.82º64.42%40.78%-
HSV(B)215.82º78.36%67.06%-
XYZ11.8510.8239.99-
YUV83.97177.1194.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.37%
GREEN value IS 91 (35.94% from 255) = 30.43%
BLUE value IS 171 (67.19% from 255) = 57.19%
R=12.37%
G=30.43%
B=57.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal37911710.780.4700.33215.8264.4240.78
Hex255BAB4E2F021d84029
Octal451332531165704133010051
Binary10010110110111010101110011101011110100001110110001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,91,171); }

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

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

 a { background-color: rgb(37,91,171); }

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

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

 span { border-color: rgb(37,91,171); }

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