#324DAD

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

Shades of Cerulean Blue #324DAD

Tints of Cerulean Blue #324DAD

Color information

#324DAD (or 0x324DAD) is unknown color: approx Cerulean Blue. HEX triplet: 32, 4D and AD. RGB value is (50,77,173). Sum of RGB (Red+Green+Blue) = 50+77+173=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #324DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324DAD is #CDB252. Grayscale: #4F4F4F. Windows color (decimal): -13480531 or 11357490. OLE color: 11357490.

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

Color convert

RGB5077173-
CMYK0.710.5500.32
HSL226.83º55.16%43.73%-
HSV(B)226.83º71.1%67.84%-
XYZ11.51940.67-
YUV79.87180.55106.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.67%
GREEN value IS 77 (30.47% from 255) = 25.67%
BLUE value IS 173 (67.97% from 255) = 57.67%
R=16.67%
G=25.67%
B=57.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal50771730.710.5500.32226.8355.1643.73
Hex324DAD4737020e3372c
Octal62115255107670403436754
Binary1100101001101101011011000111110111010000011100011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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