#395861

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

Shades of Casal #395861

Tints of Casal #395861

Color information

#395861 (or 0x395861) is unknown color: approx Casal. HEX triplet: 39, 58 and 61. RGB value is (57,88,97). Sum of RGB (Red+Green+Blue) = 57+88+97=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #395861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395861 is #C6A79E. Grayscale: #4F4F4F. Windows color (decimal): -13019039 or 6379577. OLE color: 6379577.

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

Color convert

RGB578897-
CMYK0.410.0900.62
HSL193.5º25.97%30.2%-
HSV(B)193.5º41.24%38.04%-
XYZ7.338.7112.6-
YUV79.76137.73111.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.55%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 97 (38.28% from 255) = 40.08%
R=23.55%
G=36.36%
B=40.08%

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
Decimal5788970.410.0900.62193.525.9730.2
Hex39586129903Ec21a1e
Octal7113014151110763023236
Binary1110011011000110000110100110010111110110000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395861; }

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

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

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

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

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

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

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

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