#324DB0

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

Shades of Cerulean Blue #324DB0

Tints of Cerulean Blue #324DB0

Color information

#324DB0 (or 0x324DB0) is unknown color: approx Cerulean Blue. HEX triplet: 32, 4D and B0. RGB value is (50,77,176). Sum of RGB (Red+Green+Blue) = 50+77+176=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 176 (69.14% from 255 or 58.09% from 303); Max value from RGB is 176 - color contains mainly: blue. Hex color #324DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324DB0 is #CDB24F. Grayscale: #4F4F4F. Windows color (decimal): -13480528 or 11554098. OLE color: 11554098.

HSL color Cylindrical-coordinate representation of color #324DB0: hue angle of 227.14º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #324DB0 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5077176-
CMYK0.720.5600.31
HSL227.14º55.75%44.31%-
HSV(B)227.14º71.59%69.02%-
XYZ11.819.1242.21-
YUV80.21182.05106.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.50%
GREEN value IS 77 (30.47% from 255) = 25.41%
BLUE value IS 176 (69.14% from 255) = 58.09%
R=16.50%
G=25.41%
B=58.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50771760.720.5600.31227.1455.7544.31
Hex324DB0483801Fe3382c
Octal62115260110700373437054
Binary110010100110110110000100100011100001111111100011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,77,176); }

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

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

 a { background-color: rgb(50,77,176); }

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

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

 span { border-color: rgb(50,77,176); }

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