#324AB8

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

Shades of Cerulean Blue #324AB8

Tints of Cerulean Blue #324AB8

Color information

#324AB8 (or 0x324AB8) is unknown color: approx Cerulean Blue. HEX triplet: 32, 4A and B8. RGB value is (50,74,184). Sum of RGB (Red+Green+Blue) = 50+74+184=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 184 (72.27% from 255 or 59.74% from 308); Max value from RGB is 184 - color contains mainly: blue. Hex color #324AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324AB8 is #CDB547. Grayscale: #4E4E4E. Windows color (decimal): -13481288 or 12077618. OLE color: 12077618.

HSL color Cylindrical-coordinate representation of color #324AB8: hue angle of 229.25º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #324AB8 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5074184-
CMYK0.730.6000.28
HSL229.25º57.26%45.88%-
HSV(B)229.25º72.83%72.16%-
XYZ12.429.0446.44-
YUV79.36187.05107.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.23%
GREEN value IS 74 (29.30% from 255) = 24.03%
BLUE value IS 184 (72.27% from 255) = 59.74%
R=16.23%
G=24.03%
B=59.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal50741840.730.6000.28229.2557.2645.88
Hex324AB8493C01Ce5392e
Octal62112270111740343457156
Binary110010100101010111000100100111110001110011100101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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