#395566

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

Shades of Cello #395566

Tints of Cello #395566

Color information

#395566 (or 0x395566) is unknown color: approx Cello. HEX triplet: 39, 55 and 66. RGB value is (57,85,102). Sum of RGB (Red+Green+Blue) = 57+85+102=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 102 - color contains mainly: blue. Hex color #395566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395566 is #C6AA99. Grayscale: #4E4E4E. Windows color (decimal): -13019802 or 6706489. OLE color: 6706489.

HSL color Cylindrical-coordinate representation of color #395566: hue angle of 202.67º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #395566 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5785102-
CMYK0.440.1700.6
HSL202.67º28.3%31.18%-
HSV(B)202.67º44.12%40%-
XYZ7.338.3313.79-
YUV78.57141.22112.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.36%
GREEN value IS 85 (33.59% from 255) = 34.84%
BLUE value IS 102 (40.23% from 255) = 41.80%
R=23.36%
G=34.84%
B=41.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57851020.440.1700.6202.6728.331.18
Hex3955662C1103Ccb1c1f
Octal7112514654210743133437
Binary11100110101011100110101100100010111100110010111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395566; }

 p { color: rgb(57,85,102); }

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

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

 a { background-color: rgb(57,85,102); }

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

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

 span { border-color: rgb(57,85,102); }

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