#324ACA

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

Shades of Cerulean Blue #324ACA

Tints of Cerulean Blue #324ACA

Color information

#324ACA (or 0x324ACA) is unknown color: approx Cerulean Blue. HEX triplet: 32, 4A and CA. RGB value is (50,74,202). Sum of RGB (Red+Green+Blue) = 50+74+202=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 202 (79.30% from 255 or 61.96% from 326); Max value from RGB is 202 - color contains mainly: blue. Hex color #324ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324ACA is #CDB535. Grayscale: #505050. Windows color (decimal): -13481270 or 13257266. OLE color: 13257266.

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

Color convert

RGB5074202-
CMYK0.750.6300.21
HSL230.53º60.32%49.41%-
HSV(B)230.53º75.25%79.22%-
XYZ14.429.8457.02-
YUV81.42196.05105.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.34%
GREEN value IS 74 (29.30% from 255) = 22.70%
BLUE value IS 202 (79.30% from 255) = 61.96%
R=15.34%
G=22.70%
B=61.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal50742020.750.6300.21230.5360.3249.41
Hex324ACA4B3F015e73c31
Octal62112312113770253477461
Binary110010100101011001010100101111111101010111100111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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