#395660

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

Shades of Casal #395660

Tints of Casal #395660

Color information

#395660 (or 0x395660) is unknown color: approx Casal. HEX triplet: 39, 56 and 60. RGB value is (57,86,96). Sum of RGB (Red+Green+Blue) = 57+86+96=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #395660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395660 is #C6A99F. Grayscale: #4E4E4E. Windows color (decimal): -13019552 or 6313529. OLE color: 6313529.

HSL color Cylindrical-coordinate representation of color #395660: hue angle of 195.38º 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 #395660 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB578696-
CMYK0.410.1000.62
HSL195.38º25.49%30%-
HSV(B)195.38º40.62%37.65%-
XYZ7.138.3712.31-
YUV78.47137.89112.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.85%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 96 (37.89% from 255) = 40.17%
R=23.85%
G=35.98%
B=40.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5786960.410.1000.62195.3825.4930
Hex39566029A03Ec3191e
Octal7112614051120763033136
Binary1110011010110110000010100110100111110110000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395660; }

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

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

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

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

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

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

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

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