#324cbf

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

Shades of Cerulean Blue #324CBF

Tints of Cerulean Blue #324CBF

Color information

#324CBF (or 0x324CBF) is unknown color: approx Cerulean Blue. HEX triplet: 32, 4C and BF. RGB value is (50,76,191). Sum of RGB (Red+Green+Blue) = 50+76+191=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #324CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324CBF is #CDB340. Grayscale: #505050. Windows color (decimal): -13480769 or 12536882. OLE color: 12536882.

HSL color Cylindrical-coordinate representation of color #324CBF: hue angle of 228.94º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #324CBF is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5076191-
CMYK0.740.6000.25
HSL228.94º58.51%47.25%-
HSV(B)228.94º73.82%74.9%-
XYZ13.39.6150.44-
YUV81.34189.89105.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.77%
GREEN value IS 76 (30.08% from 255) = 23.97%
BLUE value IS 191 (75% from 255) = 60.25%
R=15.77%
G=23.97%
B=60.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50761910.740.6000.25228.9458.5147.25
Hex324CBF4A3C019e53b2f
Octal62114277112740313457357
Binary110010100110010111111100101011110001100111100101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324cbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,76,191); }

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

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

 a { background-color: rgb(50,76,191); }

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

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

 span { border-color: rgb(50,76,191); }

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