Html Css Color HEX #395B73 Matisse

📋 copy color: '#395B73'

red 57 ◦ green 91 ◦ blue 115

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

Shades of Matisse #395B73

Tints of Matisse #395B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.6%

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

R = 21.67%
G = 34.6%
B = 43.73%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#395B73 (or 0x395B73) is known color: Matisse. HEX triplet: 39, 5B and 73. RGB value is (57,91,115). Sum of RGB (Red+Green+Blue) = 57+91+115=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #395B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B73 is #C6A48C. Grayscale: #535353. Windows color (decimal): -13018253 or 7559993. OLE color: 7559993.

HSL color Cylindrical-coordinate representation of color #395B73: hue angle of 204.83º 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 #395B73 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 91 115 -
CMYK 0.50 0.21 0 0.55
HSL 204.83º 0.34% 0.34% -
HSV(B) 204.83º 0.5% 0.45% -
XYZ 8.52 9.59 17.62 -
YUV 83.57 145.74 109.05 -
System Red Green Blue C M Y K H S L
Decimal 57 91 115 0.50 0.21 0 0.55 204.83 0.34 0.34
Hex 39 5B 73 32 15 0 37 CD 22 22
Octal 71 133 163 62 25 0 67 315 42 42
Binary 111001 1011011 1110011 110010 10101 0 110111 11001101 100010 100010

Color Harmonies of #395B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395B73

Black with #395B73

Text Example


Text Example

White with #395B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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