#395B61

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

Shades of Casal #395B61

Tints of Casal #395B61

Color information

#395B61 (or 0x395B61) is unknown color: approx Casal. HEX triplet: 39, 5B and 61. RGB value is (57,91,97). Sum of RGB (Red+Green+Blue) = 57+91+97=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 97 - color contains mainly: blue. Hex color #395B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B61 is #C6A49E. Grayscale: #515151. Windows color (decimal): -13018271 or 6380345. OLE color: 6380345.

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

Color convert

RGB579197-
CMYK0.410.0600.62
HSL189º25.97%30.2%-
HSV(B)189º41.24%38.04%-
XYZ7.599.2212.69-
YUV81.52136.74110.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 91 (35.94% from 255) = 37.14%
BLUE value IS 97 (38.28% from 255) = 39.59%
R=23.27%
G=37.14%
B=39.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5791970.410.0600.6218925.9730.2
Hex395B6129603Ebd1a1e
Octal711331415160762753236
Binary111001101101111000011010011100111110101111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395B61; }

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

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

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

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

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

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

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

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