#324EAD

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

Shades of Cerulean Blue #324EAD

Tints of Cerulean Blue #324EAD

Color information

#324EAD (or 0x324EAD) is unknown color: approx Cerulean Blue. HEX triplet: 32, 4E and AD. RGB value is (50,78,173). Sum of RGB (Red+Green+Blue) = 50+78+173=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #324EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324EAD is #CDB152. Grayscale: #505050. Windows color (decimal): -13480275 or 11357746. OLE color: 11357746.

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

Color convert

RGB5078173-
CMYK0.710.5500.32
HSL226.34º55.16%43.73%-
HSV(B)226.34º71.1%67.84%-
XYZ11.589.1440.69-
YUV80.46180.22106.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.61%
GREEN value IS 78 (30.86% from 255) = 25.91%
BLUE value IS 173 (67.97% from 255) = 57.48%
R=16.61%
G=25.91%
B=57.48%

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
Decimal50781730.710.5500.32226.3455.1643.73
Hex324EAD4737020e2372c
Octal62116255107670403426754
Binary1100101001110101011011000111110111010000011100010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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