#395860

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

Shades of Casal #395860

Tints of Casal #395860

Color information

#395860 (or 0x395860) is unknown color: approx Casal. HEX triplet: 39, 58 and 60. RGB value is (57,88,96). Sum of RGB (Red+Green+Blue) = 57+88+96=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #395860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395860 is #C6A79F. Grayscale: #4F4F4F. Windows color (decimal): -13019040 or 6314041. OLE color: 6314041.

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

Color convert

RGB578896-
CMYK0.410.0800.62
HSL192.31º25.49%30%-
HSV(B)192.31º40.62%37.65%-
XYZ7.298.6912.36-
YUV79.64137.23111.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=23.65%
G=36.51%
B=39.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5788960.410.0800.62192.3125.4930
Hex39586029803Ec0191e
Octal7113014051100763003136
Binary1110011011000110000010100110000111110110000001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395860; }

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

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

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

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

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

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

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

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