#39506A

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

Shades of Cello #39506A

Tints of Cello #39506A

Color information

#39506A (or 0x39506A) is unknown color: approx Cello. HEX triplet: 39, 50 and 6A. RGB value is (57,80,106). Sum of RGB (Red+Green+Blue) = 57+80+106=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 106 - color contains mainly: blue. Hex color #39506A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39506A is #C6AF95. Grayscale: #4B4B4B. Windows color (decimal): -13021078 or 6967353. OLE color: 6967353.

HSL color Cylindrical-coordinate representation of color #39506A: hue angle of 211.84º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #39506A is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5780106-
CMYK0.460.2500.58
HSL211.84º30.06%31.96%-
HSV(B)211.84º46.23%41.57%-
XYZ7.167.6514.73-
YUV76.09144.88114.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.46%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 106 (41.80% from 255) = 43.62%
R=23.46%
G=32.92%
B=43.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57801060.460.2500.58211.8430.0631.96
Hex39506A2E1903Ad41e20
Octal7112015256310723243640
Binary111001101000011010101011101100101110101101010011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,80,106); }

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

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

 a { background-color: rgb(57,80,106); }

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

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

 span { border-color: rgb(57,80,106); }

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