Html Css Color HEX #395972 Matisse

📋 copy color: '#395972'

red 57 ◦ green 89 ◦ blue 114

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

Shades of Matisse #395972

Tints of Matisse #395972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.23%

 BLUE value IS 114 (44.92% from 255) = 43.85%

R = 21.92%
G = 34.23%
B = 43.85%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#395972 (or 0x395972) is known color: Matisse. HEX triplet: 39, 59 and 72. RGB value is (57,89,114). Sum of RGB (Red+Green+Blue) = 57+89+114=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #395972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395972 is #C6A68D. Grayscale: #525252. Windows color (decimal): -13018766 or 7493945. OLE color: 7493945.

HSL color Cylindrical-coordinate representation of color #395972: hue angle of 206.32º degrees, saturation: 0.33, 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 #395972 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 89 114 -
CMYK 0.50 0.22 0 0.55
HSL 206.32º 0.33% 0.34% -
HSV(B) 206.32º 0.5% 0.45% -
XYZ 8.3 9.23 17.26 -
YUV 82.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 57 89 114 0.50 0.22 0 0.55 206.32 0.33 0.34
Hex 39 59 72 32 16 0 37 CE 21 22
Octal 71 131 162 62 26 0 67 316 41 42
Binary 111001 1011001 1110010 110010 10110 0 110111 11001110 100001 100010

Color Harmonies of #395972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395972

Black with #395972

Text Example


Text Example

White with #395972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395972; }

 p { color: rgb(57,89,114); }

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

background-color css

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

 a { background-color: rgb(57,89,114); }

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

border-color css

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

 span { border-color: rgb(57,89,114); }

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