#255CCC

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

Shades of Cerulean Blue #255CCC

Tints of Cerulean Blue #255CCC

Color information

#255CCC (or 0x255CCC) is unknown color: approx Cerulean Blue. HEX triplet: 25, 5C and CC. RGB value is (37,92,204). Sum of RGB (Red+Green+Blue) = 37+92+204=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #255CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255CCC is #DAA333. Grayscale: #575757. Windows color (decimal): -14328628 or 13392933. OLE color: 13392933.

HSL color Cylindrical-coordinate representation of color #255CCC: hue angle of 220.24º 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 #255CCC is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3792204-
CMYK0.820.5500.2
HSL220.24º69.29%47.25%-
HSV(B)220.24º81.86%80%-
XYZ15.4912.4158.71-
YUV88.32193.2891.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.11%
GREEN value IS 92 (36.33% from 255) = 27.63%
BLUE value IS 204 (80.08% from 255) = 61.26%
R=11.11%
G=27.63%
B=61.26%

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
Decimal37922040.820.5500.2220.2469.2947.25
Hex255CCC5237014dc452f
Octal451343141226702433410557
Binary1001011011100110011001010010110111010100110111001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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