#324ECA

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

Shades of Cerulean Blue #324ECA

Tints of Cerulean Blue #324ECA

Color information

#324ECA (or 0x324ECA) is unknown color: approx Cerulean Blue. HEX triplet: 32, 4E and CA. RGB value is (50,78,202). Sum of RGB (Red+Green+Blue) = 50+78+202=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #324ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324ECA is #CDB135. Grayscale: #535353. Windows color (decimal): -13480246 or 13258290. OLE color: 13258290.

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

Color convert

RGB5078202-
CMYK0.750.6100.21
HSL228.95º60.32%49.41%-
HSV(B)228.95º75.25%79.22%-
XYZ14.710.3957.11-
YUV83.76194.72103.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.15%
GREEN value IS 78 (30.86% from 255) = 23.64%
BLUE value IS 202 (79.30% from 255) = 61.21%
R=15.15%
G=23.64%
B=61.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal50782020.750.6100.21228.9560.3249.41
Hex324ECA4B3D015e53c31
Octal62116312113750253457461
Binary110010100111011001010100101111110101010111100101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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