#324FCA

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

Shades of Cerulean Blue #324FCA

Tints of Cerulean Blue #324FCA

Color information

#324FCA (or 0x324FCA) is unknown color: approx Cerulean Blue. HEX triplet: 32, 4F and CA. RGB value is (50,79,202). Sum of RGB (Red+Green+Blue) = 50+79+202=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 202 (79.30% from 255 or 61.03% from 331); Max value from RGB is 202 - color contains mainly: blue. Hex color #324FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324FCA is #CDB035. Grayscale: #535353. Windows color (decimal): -13479990 or 13258546. OLE color: 13258546.

HSL color Cylindrical-coordinate representation of color #324FCA: hue angle of 228.55º 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 #324FCA is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5079202-
CMYK0.750.6100.21
HSL228.55º60.32%49.41%-
HSV(B)228.55º75.25%79.22%-
XYZ14.7710.5357.13-
YUV84.35194.39103.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.11%
GREEN value IS 79 (31.25% from 255) = 23.87%
BLUE value IS 202 (79.30% from 255) = 61.03%
R=15.11%
G=23.87%
B=61.03%

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
Decimal50792020.750.6100.21228.5560.3249.41
Hex324FCA4B3D015e53c31
Octal62117312113750253457461
Binary110010100111111001010100101111110101010111100101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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