#255BCC

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

Shades of Cerulean Blue #255BCC

Tints of Cerulean Blue #255BCC

Color information

#255BCC (or 0x255BCC) is unknown color: approx Cerulean Blue. HEX triplet: 25, 5B and CC. RGB value is (37,91,204). Sum of RGB (Red+Green+Blue) = 37+91+204=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #255BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255BCC is #DAA433. Grayscale: #575757. Windows color (decimal): -14328884 or 13392677. OLE color: 13392677.

HSL color Cylindrical-coordinate representation of color #255BCC: hue angle of 220.6º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #255BCC is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3791204-
CMYK0.820.5500.2
HSL220.6º69.29%47.25%-
HSV(B)220.6º81.86%80%-
XYZ15.412.2458.68-
YUV87.74193.6191.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.14%
GREEN value IS 91 (35.94% from 255) = 27.41%
BLUE value IS 204 (80.08% from 255) = 61.45%
R=11.14%
G=27.41%
B=61.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal37912040.820.5500.2220.669.2947.25
Hex255BCC5237014dd452f
Octal451333141226702433510557
Binary1001011011011110011001010010110111010100110111011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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