#39495A

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

Shades of Cello #39495A

Tints of Cello #39495A

Color information

#39495A (or 0x39495A) is unknown color: approx Cello. HEX triplet: 39, 49 and 5A. RGB value is (57,73,90). Sum of RGB (Red+Green+Blue) = 57+73+90=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 90 - color contains mainly: blue. Hex color #39495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39495A is #C6B6A5. Grayscale: #464646. Windows color (decimal): -13022886 or 5916985. OLE color: 5916985.

HSL color Cylindrical-coordinate representation of color #39495A: hue angle of 210.91º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #39495A is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB577390-
CMYK0.370.1900.65
HSL210.91º22.45%28.82%-
HSV(B)210.91º36.67%35.29%-
XYZ5.926.3710.59-
YUV70.15139.2118.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.91%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 90 (35.55% from 255) = 40.91%
R=25.91%
G=33.18%
B=40.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5773900.370.1900.65210.9122.4528.82
Hex39495A2513041d3161d
Octal71111132452301013232635
Binary111001100100110110101001011001101000001110100111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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