#324cb2

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

Shades of Cerulean Blue #324CB2

Tints of Cerulean Blue #324CB2

Color information

#324CB2 (or 0x324CB2) is unknown color: approx Cerulean Blue. HEX triplet: 32, 4C and B2. RGB value is (50,76,178). Sum of RGB (Red+Green+Blue) = 50+76+178=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 178 (69.92% from 255 or 58.55% from 304); Max value from RGB is 178 - color contains mainly: blue. Hex color #324CB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324CB2 is #CDB34D. Grayscale: #4F4F4F. Windows color (decimal): -13480782 or 11684914. OLE color: 11684914.

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

Color convert

RGB5076178-
CMYK0.720.5700.30
HSL227.81º56.14%44.71%-
HSV(B)227.81º71.91%69.8%-
XYZ11.949.0643.24-
YUV79.85183.39106.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.45%
GREEN value IS 76 (30.08% from 255) = 25%
BLUE value IS 178 (69.92% from 255) = 58.55%
R=16.45%
G=25%
B=58.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal50761780.720.5700.30227.8156.1444.71
Hex324CB2483901Ee4382d
Octal62114262110710363447055
Binary110010100110010110010100100011100101111011100100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324cb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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