#324AAE

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

Shades of Cerulean Blue #324AAE

Tints of Cerulean Blue #324AAE

Color information

#324AAE (or 0x324AAE) is unknown color: approx Cerulean Blue. HEX triplet: 32, 4A and AE. RGB value is (50,74,174). Sum of RGB (Red+Green+Blue) = 50+74+174=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #324AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324AAE is #CDB551. Grayscale: #4D4D4D. Windows color (decimal): -13481298 or 11422258. OLE color: 11422258.

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

Color convert

RGB5074174-
CMYK0.710.5700.32
HSL228.39º55.36%43.92%-
HSV(B)228.39º71.26%68.24%-
XYZ11.48.6341.11-
YUV78.22182.05107.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.78%
GREEN value IS 74 (29.30% from 255) = 24.83%
BLUE value IS 174 (68.36% from 255) = 58.39%
R=16.78%
G=24.83%
B=58.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal50741740.710.5700.32228.3955.3643.92
Hex324AAE4739020e4372c
Octal62112256107710403446754
Binary1100101001010101011101000111111001010000011100100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,74,174); }

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

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

 a { background-color: rgb(50,74,174); }

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

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

 span { border-color: rgb(50,74,174); }

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