#39506C

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

Shades of Cello #39506C

Tints of Cello #39506C

Color information

#39506C (or 0x39506C) is unknown color: approx Cello. HEX triplet: 39, 50 and 6C. RGB value is (57,80,108). Sum of RGB (Red+Green+Blue) = 57+80+108=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #39506C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39506C is #C6AF93. Grayscale: #4C4C4C. Windows color (decimal): -13021076 or 7098425. OLE color: 7098425.

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

Color convert

RGB5780108-
CMYK0.470.2600.58
HSL212.94º30.91%32.35%-
HSV(B)212.94º47.22%42.35%-
XYZ7.267.6915.29-
YUV76.31145.88114.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 108 (42.58% from 255) = 44.08%
R=23.27%
G=32.65%
B=44.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57801080.470.2600.58212.9430.9132.35
Hex39506C2F1A03Ad51f20
Octal7112015457320723253740
Binary111001101000011011001011111101001110101101010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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