#395063

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

Shades of Cello #395063

Tints of Cello #395063

Color information

#395063 (or 0x395063) is unknown color: approx Cello. HEX triplet: 39, 50 and 63. RGB value is (57,80,99). Sum of RGB (Red+Green+Blue) = 57+80+99=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #395063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395063 is #C6AF9C. Grayscale: #4B4B4B. Windows color (decimal): -13021085 or 6508601. OLE color: 6508601.

HSL color Cylindrical-coordinate representation of color #395063: hue angle of 207.14º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #395063 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB578099-
CMYK0.420.1900.61
HSL207.14º26.92%30.59%-
HSV(B)207.14º42.42%38.82%-
XYZ6.817.5112.89-
YUV75.29141.38114.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.15%
GREEN value IS 80 (31.64% from 255) = 33.90%
BLUE value IS 99 (39.06% from 255) = 41.95%
R=24.15%
G=33.90%
B=41.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5780990.420.1900.61207.1426.9230.59
Hex3950632A1303Dcf1b1f
Octal7112014352230753173337
Binary11100110100001100011101010100110111101110011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395063; }

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

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

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

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

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

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

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

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