#395A75

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

Shades of Matisse #395A75

Tints of Matisse #395A75

Color information

#395A75 (or 0x395A75) is unknown color: approx Matisse. HEX triplet: 39, 5A and 75. RGB value is (57,90,117). Sum of RGB (Red+Green+Blue) = 57+90+117=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #395A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A75 is #C6A58A. Grayscale: #535353. Windows color (decimal): -13018507 or 7690809. OLE color: 7690809.

HSL color Cylindrical-coordinate representation of color #395A75: hue angle of 207º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #395A75 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5790117-
CMYK0.510.2300.54
HSL207º34.48%34.12%-
HSV(B)207º51.28%45.88%-
XYZ8.559.4718.21-
YUV83.21147.07109.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.59%
GREEN value IS 90 (35.55% from 255) = 34.09%
BLUE value IS 117 (46.09% from 255) = 44.32%
R=21.59%
G=34.09%
B=44.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57901170.510.2300.5420734.4834.12
Hex395A753317036cf2222
Octal7113216563270663174242
Binary1110011011010111010111001110111011011011001111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,90,117); }

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

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

 a { background-color: rgb(57,90,117); }

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

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

 span { border-color: rgb(57,90,117); }

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