#395760

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

Shades of Casal #395760

Tints of Casal #395760

Color information

#395760 (or 0x395760) is unknown color: approx Casal. HEX triplet: 39, 57 and 60. RGB value is (57,87,96). Sum of RGB (Red+Green+Blue) = 57+87+96=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #395760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395760 is #C6A89F. Grayscale: #4E4E4E. Windows color (decimal): -13019296 or 6313785. OLE color: 6313785.

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

Color convert

RGB578796-
CMYK0.410.0900.62
HSL193.85º25.49%30%-
HSV(B)193.85º40.62%37.65%-
XYZ7.218.5312.33-
YUV79.06137.56112.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.75%
GREEN value IS 87 (34.38% from 255) = 36.25%
BLUE value IS 96 (37.89% from 255) = 40%
R=23.75%
G=36.25%
B=40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5787960.410.0900.62193.8525.4930
Hex39576029903Ec2191e
Octal7112714051110763023136
Binary1110011010111110000010100110010111110110000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395760; }

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

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

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

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

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

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

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

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