#324DAC

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

Shades of Cerulean Blue #324DAC

Tints of Cerulean Blue #324DAC

Color information

#324DAC (or 0x324DAC) is unknown color: approx Cerulean Blue. HEX triplet: 32, 4D and AC. RGB value is (50,77,172). Sum of RGB (Red+Green+Blue) = 50+77+172=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #324DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324DAC is #CDB253. Grayscale: #4F4F4F. Windows color (decimal): -13480532 or 11291954. OLE color: 11291954.

HSL color Cylindrical-coordinate representation of color #324DAC: hue angle of 226.72º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #324DAC is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5077172-
CMYK0.710.5500.33
HSL226.72º54.95%43.53%-
HSV(B)226.72º70.93%67.45%-
XYZ11.428.9640.16-
YUV79.76180.05106.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.72%
GREEN value IS 77 (30.47% from 255) = 25.75%
BLUE value IS 172 (67.58% from 255) = 57.53%
R=16.72%
G=25.75%
B=57.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50771720.710.5500.33226.7254.9543.53
Hex324DAC4737021e3372c
Octal62115254107670413436754
Binary1100101001101101011001000111110111010000111100011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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