#324CA8

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

Shades of Cerulean Blue #324CA8

Tints of Cerulean Blue #324CA8

Color information

#324CA8 (or 0x324CA8) is unknown color: approx Cerulean Blue. HEX triplet: 32, 4C and A8. RGB value is (50,76,168). Sum of RGB (Red+Green+Blue) = 50+76+168=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 168 (66.02% from 255 or 57.14% from 294); Max value from RGB is 168 - color contains mainly: blue. Hex color #324CA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324CA8 is #CDB357. Grayscale: #4E4E4E. Windows color (decimal): -13480792 or 11029554. OLE color: 11029554.

HSL color Cylindrical-coordinate representation of color #324CA8: hue angle of 226.78º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #324CA8 is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5076168-
CMYK0.700.5500.34
HSL226.78º54.13%42.75%-
HSV(B)226.78º70.24%65.88%-
XYZ10.978.6738.14-
YUV78.71178.39107.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.01%
GREEN value IS 76 (30.08% from 255) = 25.85%
BLUE value IS 168 (66.02% from 255) = 57.14%
R=17.01%
G=25.85%
B=57.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal50761680.700.5500.34226.7854.1342.75
Hex324CA84637022e3362b
Octal62114250106670423436653
Binary1100101001100101010001000110110111010001011100011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,76,168); }

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

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

 a { background-color: rgb(50,76,168); }

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

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

 span { border-color: rgb(50,76,168); }

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