#324861

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

Shades of Cello #324861

Tints of Cello #324861

Color information

#324861 (or 0x324861) is unknown color: approx Cello. HEX triplet: 32, 48 and 61. RGB value is (50,72,97). Sum of RGB (Red+Green+Blue) = 50+72+97=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #324861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324861 is #CDB79E. Grayscale: #444444. Windows color (decimal): -13481887 or 6375474. OLE color: 6375474.

HSL color Cylindrical-coordinate representation of color #324861: hue angle of 211.91º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #324861 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB507297-
CMYK0.480.2600.62
HSL211.91º31.97%28.82%-
HSV(B)211.91º48.45%38.04%-
XYZ5.796.1812.2-
YUV68.27144.21114.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 97 (38.28% from 255) = 44.29%
R=22.83%
G=32.88%
B=44.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5072970.480.2600.62211.9131.9728.82
Hex324861301A03Ed4201d
Octal6211014160320763244035
Binary110010100100011000011100001101001111101101010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324861; }

 p { color: rgb(50,72,97); }

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

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

 a { background-color: rgb(50,72,97); }

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

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

 span { border-color: rgb(50,72,97); }

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