#324CAD

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

Shades of Cerulean Blue #324CAD

Tints of Cerulean Blue #324CAD

Color information

#324CAD (or 0x324CAD) is unknown color: approx Cerulean Blue. HEX triplet: 32, 4C and AD. RGB value is (50,76,173). Sum of RGB (Red+Green+Blue) = 50+76+173=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #324CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324CAD is #CDB352. Grayscale: #4E4E4E. Windows color (decimal): -13480787 or 11357234. OLE color: 11357234.

HSL color Cylindrical-coordinate representation of color #324CAD: hue angle of 227.32º 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 #324CAD is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5076173-
CMYK0.710.5600.32
HSL227.32º55.16%43.73%-
HSV(B)227.32º71.1%67.84%-
XYZ11.448.8640.64-
YUV79.28180.89107.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.72%
GREEN value IS 76 (30.08% from 255) = 25.42%
BLUE value IS 173 (67.97% from 255) = 57.86%
R=16.72%
G=25.42%
B=57.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal50761730.710.5600.32227.3255.1643.73
Hex324CAD4738020e3372c
Octal62114255107700403436754
Binary1100101001100101011011000111111000010000011100011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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