Html Css Color HEX #395771 Matisse

📋 copy color: '#395771'

red 57 ◦ green 87 ◦ blue 113

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

Shades of Matisse #395771

Tints of Matisse #395771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.85%

 BLUE value IS 113 (44.53% from 255) = 43.97%

R = 22.18%
G = 33.85%
B = 43.97%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#395771 (or 0x395771) is known color: Matisse. HEX triplet: 39, 57 and 71. RGB value is (57,87,113). Sum of RGB (Red+Green+Blue) = 57+87+113=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #395771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395771 is #C6A88E. Grayscale: #505050. Windows color (decimal): -13019279 or 7427897. OLE color: 7427897.

HSL color Cylindrical-coordinate representation of color #395771: hue angle of 207.86º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #395771 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 87 113 -
CMYK 0.50 0.23 0 0.56
HSL 207.86º 0.33% 0.33% -
HSV(B) 207.86º 0.5% 0.44% -
XYZ 8.08 8.88 16.91 -
YUV 80.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 57 87 113 0.50 0.23 0 0.56 207.86 0.33 0.33
Hex 39 57 71 32 17 0 38 D0 21 21
Octal 71 127 161 62 27 0 70 320 41 41
Binary 111001 1010111 1110001 110010 10111 0 111000 11010000 100001 100001

Color Harmonies of #395771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395771

Black with #395771

Text Example


Text Example

White with #395771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395771; }

 p { color: rgb(57,87,113); }

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

background-color css

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

 a { background-color: rgb(57,87,113); }

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

border-color css

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

 span { border-color: rgb(57,87,113); }

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