#395D83

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

Shades of Matisse #395D83

Tints of Matisse #395D83

Color information

#395D83 (or 0x395D83) is unknown color: approx Matisse. HEX triplet: 39, 5D and 83. RGB value is (57,93,131). Sum of RGB (Red+Green+Blue) = 57+93+131=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 131 - color contains mainly: blue. Hex color #395D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395D83 is #C6A27C. Grayscale: #565656. Windows color (decimal): -13017725 or 8609081. OLE color: 8609081.

HSL color Cylindrical-coordinate representation of color #395D83: hue angle of 210.81º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #395D83 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5793131-
CMYK0.560.2900.49
HSL210.81º39.36%36.86%-
HSV(B)210.81º56.49%51.37%-
XYZ9.710.3422.96-
YUV86.57153.07106.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.28%
GREEN value IS 93 (36.72% from 255) = 33.10%
BLUE value IS 131 (51.56% from 255) = 46.62%
R=20.28%
G=33.10%
B=46.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57931310.560.2900.49210.8139.3636.86
Hex395D83381D031d32725
Octal7113520370350613234745
Binary11100110111011000001111100011101011000111010011100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,93,131); }

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

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

 a { background-color: rgb(57,93,131); }

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

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

 span { border-color: rgb(57,93,131); }

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