#395875

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

Shades of Matisse #395875

Tints of Matisse #395875

Color information

#395875 (or 0x395875) is unknown color: approx Matisse. HEX triplet: 39, 58 and 75. RGB value is (57,88,117). Sum of RGB (Red+Green+Blue) = 57+88+117=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #395875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395875 is #C6A78A. Grayscale: #515151. Windows color (decimal): -13019019 or 7690297. OLE color: 7690297.

HSL color Cylindrical-coordinate representation of color #395875: hue angle of 209º 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 #395875 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5788117-
CMYK0.510.2500.54
HSL209º34.48%34.12%-
HSV(B)209º51.28%45.88%-
XYZ8.399.1318.15-
YUV82.04147.73110.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.76%
GREEN value IS 88 (34.77% from 255) = 33.59%
BLUE value IS 117 (46.09% from 255) = 44.66%
R=21.76%
G=33.59%
B=44.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57881170.510.2500.5420934.4834.12
Hex3958753319036d12222
Octal7113016563310663214242
Binary1110011011000111010111001111001011011011010001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395875; }

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

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

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

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

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

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

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

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