#324EC7

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

Shades of Cerulean Blue #324EC7

Tints of Cerulean Blue #324EC7

Color information

#324EC7 (or 0x324EC7) is unknown color: approx Cerulean Blue. HEX triplet: 32, 4E and C7. RGB value is (50,78,199). Sum of RGB (Red+Green+Blue) = 50+78+199=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 199 (78.12% from 255 or 60.86% from 327); Max value from RGB is 199 - color contains mainly: blue. Hex color #324EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324EC7 is #CDB138. Grayscale: #525252. Windows color (decimal): -13480249 or 13061682. OLE color: 13061682.

HSL color Cylindrical-coordinate representation of color #324EC7: hue angle of 228.72º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #324EC7 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5078199-
CMYK0.750.6100.22
HSL228.72º59.84%48.82%-
HSV(B)228.72º74.87%78.04%-
XYZ14.3510.2555.26-
YUV83.42193.22104.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.29%
GREEN value IS 78 (30.86% from 255) = 23.85%
BLUE value IS 199 (78.12% from 255) = 60.86%
R=15.29%
G=23.85%
B=60.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal50781990.750.6100.22228.7259.8448.82
Hex324EC74B3D016e53c31
Octal62116307113750263457461
Binary110010100111011000111100101111110101011011100101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,78,199); }

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

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

 a { background-color: rgb(50,78,199); }

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

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

 span { border-color: rgb(50,78,199); }

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