#255DB3

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

Shades of Cerulean Blue #255DB3

Tints of Cerulean Blue #255DB3

Color information

#255DB3 (or 0x255DB3) is unknown color: approx Cerulean Blue. HEX triplet: 25, 5D and B3. RGB value is (37,93,179). Sum of RGB (Red+Green+Blue) = 37+93+179=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 179 (70.31% from 255 or 57.93% from 309); Max value from RGB is 179 - color contains mainly: blue. Hex color #255DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255DB3 is #DAA24C. Grayscale: #555555. Windows color (decimal): -14328397 or 11754789. OLE color: 11754789.

HSL color Cylindrical-coordinate representation of color #255DB3: hue angle of 216.34º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #255DB3 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3793179-
CMYK0.790.4800.30
HSL216.34º65.74%42.35%-
HSV(B)216.34º79.33%70.2%-
XYZ12.8111.4844.19-
YUV86.06180.4593.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.97%
GREEN value IS 93 (36.72% from 255) = 30.10%
BLUE value IS 179 (70.31% from 255) = 57.93%
R=11.97%
G=30.10%
B=57.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal37931790.790.4800.30216.3465.7442.35
Hex255DB34F3001Ed8422a
Octal451352631176003633010252
Binary1001011011101101100111001111110000011110110110001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,93,179); }

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

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

 a { background-color: rgb(37,93,179); }

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

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

 span { border-color: rgb(37,93,179); }

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