#324BB4

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

Shades of Cerulean Blue #324BB4

Tints of Cerulean Blue #324BB4

Color information

#324BB4 (or 0x324BB4) is unknown color: approx Cerulean Blue. HEX triplet: 32, 4B and B4. RGB value is (50,75,180). Sum of RGB (Red+Green+Blue) = 50+75+180=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 180 (70.70% from 255 or 59.02% from 305); Max value from RGB is 180 - color contains mainly: blue. Hex color #324BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324BB4 is #CDB44B. Grayscale: #4F4F4F. Windows color (decimal): -13481036 or 11815730. OLE color: 11815730.

HSL color Cylindrical-coordinate representation of color #324BB4: hue angle of 228.46º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #324BB4 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5075180-
CMYK0.720.5800.29
HSL228.46º56.52%45.1%-
HSV(B)228.46º72.22%70.59%-
XYZ12.079.0144.28-
YUV79.49184.72106.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.39%
GREEN value IS 75 (29.69% from 255) = 24.59%
BLUE value IS 180 (70.70% from 255) = 59.02%
R=16.39%
G=24.59%
B=59.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50751800.720.5800.29228.4656.5245.1
Hex324BB4483A01De4392d
Octal62113264110720353447155
Binary110010100101110110100100100011101001110111100100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,75,180); }

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

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

 a { background-color: rgb(50,75,180); }

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

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

 span { border-color: rgb(50,75,180); }

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