Html Css Color HEX #395772 Matisse

📋 copy color: '#395772'

red 57 ◦ green 87 ◦ blue 114

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

Shades of Matisse #395772

Tints of Matisse #395772

RGB

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

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

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

R = 22.09%
G = 33.72%
B = 44.19%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#395772 (or 0x395772) is known color: Matisse. HEX triplet: 39, 57 and 72. RGB value is (57,87,114). Sum of RGB (Red+Green+Blue) = 57+87+114=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #395772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395772 is #C6A88D. Grayscale: #505050. Windows color (decimal): -13019278 or 7493433. OLE color: 7493433.

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

Color convert

RGB 57 87 114 -
CMYK 0.50 0.24 0 0.55
HSL 208.42º 0.33% 0.34% -
HSV(B) 208.42º 0.5% 0.45% -
XYZ 8.13 8.9 17.21 -
YUV 81.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 57 87 114 0.50 0.24 0 0.55 208.42 0.33 0.34
Hex 39 57 72 32 18 0 37 D0 21 22
Octal 71 127 162 62 30 0 67 320 41 42
Binary 111001 1010111 1110010 110010 11000 0 110111 11010000 100001 100010

Color Harmonies of #395772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395772

Black with #395772

Text Example


Text Example

White with #395772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395772; }

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

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

background-color css

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

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

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

border-color css

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

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

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