Html Css Color HEX #396186 Matisse

📋 copy color: '#396186'

red 57 ◦ green 97 ◦ blue 134

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

Shades of Matisse #396186

Tints of Matisse #396186

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.68%

 BLUE value IS 134 (52.73% from 255) = 46.53%

R = 19.79%
G = 33.68%
B = 46.53%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#396186 (or 0x396186) is known color: Matisse. HEX triplet: 39, 61 and 86. RGB value is (57,97,134). Sum of RGB (Red+Green+Blue) = 57+97+134=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 134 - color contains mainly: blue. Hex color #396186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396186 is #C69E79. Grayscale: #595959. Windows color (decimal): -13016698 or 8806713. OLE color: 8806713.

HSL color Cylindrical-coordinate representation of color #396186: hue angle of 208.83º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #396186 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 97 134 -
CMYK 0.57 0.28 0 0.47
HSL 208.83º 0.4% 0.37% -
HSV(B) 208.83º 0.57% 0.53% -
XYZ 10.27 11.14 24.16 -
YUV 89.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 57 97 134 0.57 0.28 0 0.47 208.83 0.4 0.37
Hex 39 61 86 39 1C 0 2F D1 28 25
Octal 71 141 206 71 34 0 57 321 50 45
Binary 111001 1100001 10000110 111001 11100 0 101111 11010001 101000 100101

Color Harmonies of #396186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396186

Black with #396186

Text Example


Text Example

White with #396186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396186; }

 p { color: rgb(57,97,134); }

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

background-color css

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

 a { background-color: rgb(57,97,134); }

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

border-color css

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

 span { border-color: rgb(57,97,134); }

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