#324761

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

Shades of Cello #324761

Tints of Cello #324761

Color information

#324761 (or 0x324761) is unknown color: approx Cello. HEX triplet: 32, 47 and 61. RGB value is (50,71,97). Sum of RGB (Red+Green+Blue) = 50+71+97=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #324761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324761 is #CDB89E. Grayscale: #434343. Windows color (decimal): -13482143 or 6375218. OLE color: 6375218.

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

Color convert

RGB507197-
CMYK0.480.2700.62
HSL213.19º31.97%28.82%-
HSV(B)213.19º48.45%38.04%-
XYZ5.736.0512.17-
YUV67.68144.54115.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=22.94%
G=32.57%
B=44.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5071970.480.2700.62213.1931.9728.82
Hex324761301B03Ed5201d
Octal6210714160330763254035
Binary110010100011111000011100001101101111101101010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324761; }

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

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

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

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

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

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

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

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