#39495C

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

Shades of Cello #39495C

Tints of Cello #39495C

Color information

#39495C (or 0x39495C) is unknown color: approx Cello. HEX triplet: 39, 49 and 5C. RGB value is (57,73,92). Sum of RGB (Red+Green+Blue) = 57+73+92=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 92 - color contains mainly: blue. Hex color #39495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39495C is #C6B6A3. Grayscale: #464646. Windows color (decimal): -13022884 or 6048057. OLE color: 6048057.

HSL color Cylindrical-coordinate representation of color #39495C: hue angle of 212.57º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #39495C is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB577392-
CMYK0.380.2100.64
HSL212.57º23.49%29.22%-
HSV(B)212.57º38.04%36.08%-
XYZ66.4111.05-
YUV70.38140.2118.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 92 (36.33% from 255) = 41.44%
R=25.68%
G=32.88%
B=41.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5773920.380.2100.64212.5723.4929.22
Hex39495C2615040d5171d
Octal71111134462501003252735
Binary111001100100110111001001101010101000000110101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39495C; }

 p { color: rgb(57,73,92); }

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

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

 a { background-color: rgb(57,73,92); }

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

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

 span { border-color: rgb(57,73,92); }

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