#395162

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

Shades of Cello #395162

Tints of Cello #395162

Color information

#395162 (or 0x395162) is unknown color: approx Cello. HEX triplet: 39, 51 and 62. RGB value is (57,81,98). Sum of RGB (Red+Green+Blue) = 57+81+98=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #395162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395162 is #C6AE9D. Grayscale: #4B4B4B. Windows color (decimal): -13020830 or 6443321. OLE color: 6443321.

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

Color convert

RGB578198-
CMYK0.420.1700.62
HSL204.88º26.45%30.39%-
HSV(B)204.88º41.84%38.43%-
XYZ6.837.6412.67-
YUV75.76140.55114.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.15%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 98 (38.67% from 255) = 41.53%
R=24.15%
G=34.32%
B=41.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5781980.420.1700.62204.8826.4530.39
Hex3951622A1103Ecd1a1e
Octal7112114252210763153236
Binary11100110100011100010101010100010111110110011011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395162; }

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

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

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

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

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

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

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

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