Html Css Color HEX #395573 Matisse

📋 copy color: '#395573'

red 57 ◦ green 85 ◦ blue 115

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

Shades of Matisse #395573

Tints of Matisse #395573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.75%

R = 22.18%
G = 33.07%
B = 44.75%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#395573 (or 0x395573) is known color: Matisse. HEX triplet: 39, 55 and 73. RGB value is (57,85,115). Sum of RGB (Red+Green+Blue) = 57+85+115=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #395573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395573 is #C6AA8C. Grayscale: #4F4F4F. Windows color (decimal): -13019789 or 7558457. OLE color: 7558457.

HSL color Cylindrical-coordinate representation of color #395573: hue angle of 211.03º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #395573 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 85 115 -
CMYK 0.50 0.26 0 0.55
HSL 211.03º 0.34% 0.34% -
HSV(B) 211.03º 0.5% 0.45% -
XYZ 8.03 8.6 17.46 -
YUV 80.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 57 85 115 0.50 0.26 0 0.55 211.03 0.34 0.34
Hex 39 55 73 32 1A 0 37 D3 22 22
Octal 71 125 163 62 32 0 67 323 42 42
Binary 111001 1010101 1110011 110010 11010 0 110111 11010011 100010 100010

Color Harmonies of #395573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395573

Black with #395573

Text Example


Text Example

White with #395573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395573; }

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

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

background-color css

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

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

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

border-color css

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

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

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