#324FB0

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

Shades of Cerulean Blue #324FB0

Tints of Cerulean Blue #324FB0

Color information

#324FB0 (or 0x324FB0) is unknown color: approx Cerulean Blue. HEX triplet: 32, 4F and B0. RGB value is (50,79,176). Sum of RGB (Red+Green+Blue) = 50+79+176=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 176 (69.14% from 255 or 57.70% from 305); Max value from RGB is 176 - color contains mainly: blue. Hex color #324FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324FB0 is #CDB04F. Grayscale: #505050. Windows color (decimal): -13480016 or 11554610. OLE color: 11554610.

HSL color Cylindrical-coordinate representation of color #324FB0: hue angle of 226.19º 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 #324FB0 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5079176-
CMYK0.720.5500.31
HSL226.19º55.75%44.31%-
HSV(B)226.19º71.59%69.02%-
XYZ11.959.442.26-
YUV81.39181.39105.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.39%
GREEN value IS 79 (31.25% from 255) = 25.90%
BLUE value IS 176 (69.14% from 255) = 57.70%
R=16.39%
G=25.90%
B=57.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50791760.720.5500.31226.1955.7544.31
Hex324FB0483701Fe2382c
Octal62117260110670373427054
Binary110010100111110110000100100011011101111111100010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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