#324DBE

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

Shades of Cerulean Blue #324DBE

Tints of Cerulean Blue #324DBE

Color information

#324DBE (or 0x324DBE) is unknown color: approx Cerulean Blue. HEX triplet: 32, 4D and BE. RGB value is (50,77,190). Sum of RGB (Red+Green+Blue) = 50+77+190=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 190 (74.61% from 255 or 59.94% from 317); Max value from RGB is 190 - color contains mainly: blue. Hex color #324DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DBE is #CDB241. Grayscale: #515151. Windows color (decimal): -13480514 or 12471602. OLE color: 12471602.

HSL color Cylindrical-coordinate representation of color #324DBE: hue angle of 228.43º degrees, saturation: 0.58, 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 #324DBE is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5077190-
CMYK0.740.5900.25
HSL228.43º58.33%47.06%-
HSV(B)228.43º73.68%74.51%-
XYZ13.269.749.89-
YUV81.81189.05105.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.77%
GREEN value IS 77 (30.47% from 255) = 24.29%
BLUE value IS 190 (74.61% from 255) = 59.94%
R=15.77%
G=24.29%
B=59.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50771900.740.5900.25228.4358.3347.06
Hex324DBE4A3B019e43a2f
Octal62115276112730313447257
Binary110010100110110111110100101011101101100111100100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,77,190); }

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

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

 a { background-color: rgb(50,77,190); }

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

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

 span { border-color: rgb(50,77,190); }

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