#324557

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

Shades of Cello #324557

Tints of Cello #324557

Color information

#324557 (or 0x324557) is unknown color: approx Cello. HEX triplet: 32, 45 and 57. RGB value is (50,69,87). Sum of RGB (Red+Green+Blue) = 50+69+87=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #324557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324557 is #CDBAA8. Grayscale: #414141. Windows color (decimal): -13482665 or 5719346. OLE color: 5719346.

HSL color Cylindrical-coordinate representation of color #324557: hue angle of 209.19º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #324557 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB506987-
CMYK0.430.2100.66
HSL209.19º27.01%26.86%-
HSV(B)209.19º42.53%34.12%-
XYZ5.165.629.83-
YUV65.37140.21117.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.27%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=24.27%
G=33.50%
B=42.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5069870.430.2100.66209.1927.0126.86
Hex3245572B15042d11b1b
Octal62105127532501023213333
Binary110010100010110101111010111010101000010110100011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324557; }

 p { color: rgb(50,69,87); }

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

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

 a { background-color: rgb(50,69,87); }

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

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

 span { border-color: rgb(50,69,87); }

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