#3156CD

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

Shades of Cerulean Blue #3156CD

Tints of Cerulean Blue #3156CD

Color information

#3156CD (or 0x3156CD) is unknown color: approx Cerulean Blue. HEX triplet: 31, 56 and CD. RGB value is (49,86,205). Sum of RGB (Red+Green+Blue) = 49+86+205=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 205 (80.47% from 255 or 60.29% from 340); Max value from RGB is 205 - color contains mainly: blue. Hex color #3156CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3156CD is #CEA932. Grayscale: #575757. Windows color (decimal): -13543731 or 13456945. OLE color: 13456945.

HSL color Cylindrical-coordinate representation of color #3156CD: hue angle of 225.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3156CD is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4986205-
CMYK0.760.5800.20
HSL225.77º61.42%49.8%-
HSV(B)225.77º76.1%80.39%-
XYZ15.6111.7259.2-
YUV88.5193.7499.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.41%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 205 (80.47% from 255) = 60.29%
R=14.41%
G=25.29%
B=60.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal49862050.760.5800.20225.7761.4249.8
Hex3156CD4C3A014e23d32
Octal61126315114720243427562
Binary110001101011011001101100110011101001010011100010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3156CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3156CD; }

 p { color: rgb(49,86,205); }

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

<style>
 a { background-color: #3156CD; }

 a { background-color: rgb(49,86,205); }

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

<style>
 span { border-color: #3156CD; }

 span { border-color: rgb(49,86,205); }

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