#324961

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

Shades of Cello #324961

Tints of Cello #324961

Color information

#324961 (or 0x324961) is unknown color: approx Cello. HEX triplet: 32, 49 and 61. RGB value is (50,73,97). Sum of RGB (Red+Green+Blue) = 50+73+97=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #324961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324961 is #CDB69E. Grayscale: #444444. Windows color (decimal): -13481631 or 6375730. OLE color: 6375730.

HSL color Cylindrical-coordinate representation of color #324961: hue angle of 210.64º 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 #324961 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB507397-
CMYK0.480.2500.62
HSL210.64º31.97%28.82%-
HSV(B)210.64º48.45%38.04%-
XYZ5.866.3112.22-
YUV68.86143.88114.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.73%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 97 (38.28% from 255) = 44.09%
R=22.73%
G=33.18%
B=44.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5073970.480.2500.62210.6431.9728.82
Hex324961301903Ed3201d
Octal6211114160310763234035
Binary110010100100111000011100001100101111101101001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324961; }

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

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

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

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

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

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

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

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