#324BCC

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

Shades of Cerulean Blue #324BCC

Tints of Cerulean Blue #324BCC

Color information

#324BCC (or 0x324BCC) is unknown color: approx Cerulean Blue. HEX triplet: 32, 4B and CC. RGB value is (50,75,204). Sum of RGB (Red+Green+Blue) = 50+75+204=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #324BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324BCC is #CDB433. Grayscale: #515151. Windows color (decimal): -13481012 or 13388594. OLE color: 13388594.

HSL color Cylindrical-coordinate representation of color #324BCC: hue angle of 230.26º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #324BCC is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5075204-
CMYK0.750.6300.2
HSL230.26º60.63%49.8%-
HSV(B)230.26º75.49%80%-
XYZ14.7310.0758.29-
YUV82.23196.72105.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.20%
GREEN value IS 75 (29.69% from 255) = 22.80%
BLUE value IS 204 (80.08% from 255) = 62.01%
R=15.20%
G=22.80%
B=62.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal50752040.750.6300.2230.2660.6349.8
Hex324BCC4B3F014e63d32
Octal62113314113770243467562
Binary110010100101111001100100101111111101010011100110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,75,204); }

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

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

 a { background-color: rgb(50,75,204); }

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

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

 span { border-color: rgb(50,75,204); }

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