#324B5C

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

Shades of Cello #324B5C

Tints of Cello #324B5C

Color information

#324B5C (or 0x324B5C) is unknown color: approx Cello. HEX triplet: 32, 4B and 5C. RGB value is (50,75,92). Sum of RGB (Red+Green+Blue) = 50+75+92=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #324B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B5C is #CDB4A3. Grayscale: #454545. Windows color (decimal): -13481124 or 6048562. OLE color: 6048562.

HSL color Cylindrical-coordinate representation of color #324B5C: hue angle of 204.29º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #324B5C is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB507592-
CMYK0.460.1800.64
HSL204.29º29.58%27.84%-
HSV(B)204.29º45.65%36.08%-
XYZ5.766.4811.07-
YUV69.46140.72114.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.04%
GREEN value IS 75 (29.69% from 255) = 34.56%
BLUE value IS 92 (36.33% from 255) = 42.40%
R=23.04%
G=34.56%
B=42.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5075920.460.1800.64204.2929.5827.84
Hex324B5C2E12040cc1e1c
Octal62113134562201003143634
Binary110010100101110111001011101001001000000110011001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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