#395160

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

Shades of Cello #395160

Tints of Cello #395160

Color information

#395160 (or 0x395160) is unknown color: approx Cello. HEX triplet: 39, 51 and 60. RGB value is (57,81,96). Sum of RGB (Red+Green+Blue) = 57+81+96=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 96 - color contains mainly: blue. Hex color #395160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395160 is #C6AE9F. Grayscale: #4B4B4B. Windows color (decimal): -13020832 or 6312249. OLE color: 6312249.

HSL color Cylindrical-coordinate representation of color #395160: hue angle of 203.08º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #395160 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB578196-
CMYK0.410.1600.62
HSL203.08º25.49%30%-
HSV(B)203.08º40.62%37.65%-
XYZ6.747.612.18-
YUV75.53139.55114.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 81 (32.03% from 255) = 34.62%
BLUE value IS 96 (37.89% from 255) = 41.03%
R=24.36%
G=34.62%
B=41.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5781960.410.1600.62203.0825.4930
Hex395160291003Ecb191e
Octal7112114051200763133136
Binary11100110100011100000101001100000111110110010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395160; }

 p { color: rgb(57,81,96); }

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

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

 a { background-color: rgb(57,81,96); }

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

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

 span { border-color: rgb(57,81,96); }

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