Html Css Color HEX #395575 Matisse

📋 copy color: '#395575'

red 57 ◦ green 85 ◦ blue 117

#395575
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Matisse #395575

Tints of Matisse #395575

RGB

 RED value IS 57 (22.66% from 255) = 22.01%

 GREEN value IS 85 (33.59% from 255) = 32.82%

 BLUE value IS 117 (46.09% from 255) = 45.17%

R = 22.01%
G = 32.82%
B = 45.17%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#395575 (or 0x395575) is known color: Matisse. HEX triplet: 39, 55 and 75. RGB value is (57,85,117). Sum of RGB (Red+Green+Blue) = 57+85+117=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #395575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395575 is #C6AA8A. Grayscale: #505050. Windows color (decimal): -13019787 or 7689529. OLE color: 7689529.

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

Color convert

RGB 57 85 117 -
CMYK 0.51 0.27 0 0.54
HSL 212º 0.34% 0.34% -
HSV(B) 212º 0.51% 0.46% -
XYZ 8.15 8.65 18.07 -
YUV 80.28 148.72 111.4 -
System Red Green Blue C M Y K H S L
Decimal 57 85 117 0.51 0.27 0 0.54 212 0.34 0.34
Hex 39 55 75 33 1B 0 36 D4 22 22
Octal 71 125 165 63 33 0 66 324 42 42
Binary 111001 1010101 1110101 110011 11011 0 110110 11010100 100010 100010

Color Harmonies of #395575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395575

Black with #395575

Text Example


Text Example

White with #395575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395575; }

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

 H1.HeaderClassName
 {
   color: #395575;
 }
 .AnyTagClassName
 {
   color: #395575;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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