#39526A

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

Shades of Cello #39526A

Tints of Cello #39526A

Color information

#39526A (or 0x39526A) is unknown color: approx Cello. HEX triplet: 39, 52 and 6A. RGB value is (57,82,106). Sum of RGB (Red+Green+Blue) = 57+82+106=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 106 - color contains mainly: blue. Hex color #39526A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39526A is #C6AD95. Grayscale: #4D4D4D. Windows color (decimal): -13020566 or 6967865. OLE color: 6967865.

HSL color Cylindrical-coordinate representation of color #39526A: hue angle of 209.39º 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 #39526A is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5782106-
CMYK0.460.2300.58
HSL209.39º30.06%31.96%-
HSV(B)209.39º46.23%41.57%-
XYZ7.317.9514.78-
YUV77.26144.22113.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 106 (41.80% from 255) = 43.27%
R=23.27%
G=33.47%
B=43.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57821060.460.2300.58209.3930.0631.96
Hex39526A2E1703Ad11e20
Octal7112215256270723213640
Binary111001101001011010101011101011101110101101000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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