#39526F

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

Shades of Cello #39526F

Tints of Cello #39526F

Color information

#39526F (or 0x39526F) is unknown color: approx Cello. HEX triplet: 39, 52 and 6F. RGB value is (57,82,111). Sum of RGB (Red+Green+Blue) = 57+82+111=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 111 - color contains mainly: blue. Hex color #39526F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39526F is #C6AD90. Grayscale: #4D4D4D. Windows color (decimal): -13020561 or 7295545. OLE color: 7295545.

HSL color Cylindrical-coordinate representation of color #39526F: hue angle of 212.22º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #39526F is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5782111-
CMYK0.490.2600.56
HSL212.22º32.14%32.94%-
HSV(B)212.22º48.65%43.53%-
XYZ7.578.0516.19-
YUV77.83146.72113.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.8%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 111 (43.75% from 255) = 44.4%
R=22.8%
G=32.8%
B=44.4%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57821110.490.2600.56212.2232.1432.94
Hex39526F311A038d42021
Octal7112215761320703244041
Binary1110011010010110111111000111010011100011010100100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39526F; }

 p { color: rgb(57,82,111); }

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

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

 a { background-color: rgb(57,82,111); }

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

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

 span { border-color: rgb(57,82,111); }

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