#395761

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

Shades of Casal #395761

Tints of Casal #395761

Color information

#395761 (or 0x395761) is unknown color: approx Casal. HEX triplet: 39, 57 and 61. RGB value is (57,87,97). Sum of RGB (Red+Green+Blue) = 57+87+97=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 97 - color contains mainly: blue. Hex color #395761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395761 is #C6A89E. Grayscale: #4F4F4F. Windows color (decimal): -13019295 or 6379321. OLE color: 6379321.

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

Color convert

RGB578797-
CMYK0.410.1000.62
HSL195º25.97%30.2%-
HSV(B)195º41.24%38.04%-
XYZ7.258.5512.58-
YUV79.17138.06112.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 87 (34.38% from 255) = 36.10%
BLUE value IS 97 (38.28% from 255) = 40.25%
R=23.65%
G=36.10%
B=40.25%

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
Decimal5787970.410.1000.6219525.9730.2
Hex39576129A03Ec31a1e
Octal7112714151120763033236
Binary1110011010111110000110100110100111110110000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395761; }

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

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

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

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

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

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

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

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