#324FBD

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

Shades of Cerulean Blue #324FBD

Tints of Cerulean Blue #324FBD

Color information

#324FBD (or 0x324FBD) is unknown color: approx Cerulean Blue. HEX triplet: 32, 4F and BD. RGB value is (50,79,189). Sum of RGB (Red+Green+Blue) = 50+79+189=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 189 (74.22% from 255 or 59.43% from 318); Max value from RGB is 189 - color contains mainly: blue. Hex color #324FBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324FBD is #CDB042. Grayscale: #525252. Windows color (decimal): -13480003 or 12406578. OLE color: 12406578.

HSL color Cylindrical-coordinate representation of color #324FBD: hue angle of 227.48º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #324FBD is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5079189-
CMYK0.740.5800.26
HSL227.48º58.16%46.86%-
HSV(B)227.48º73.54%74.12%-
XYZ13.39.9449.36-
YUV82.87187.89104.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.72%
GREEN value IS 79 (31.25% from 255) = 24.84%
BLUE value IS 189 (74.22% from 255) = 59.43%
R=15.72%
G=24.84%
B=59.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal50791890.740.5800.26227.4858.1646.86
Hex324FBD4A3A01Ae33a2f
Octal62117275112720323437257
Binary110010100111110111101100101011101001101011100011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,79,189); }

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

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

 a { background-color: rgb(50,79,189); }

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

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

 span { border-color: rgb(50,79,189); }

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