Html Css Color HEX #396086 Matisse

📋 copy color: '#396086'

red 57 ◦ green 96 ◦ blue 134

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

Shades of Matisse #396086

Tints of Matisse #396086

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.45%

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

R = 19.86%
G = 33.45%
B = 46.69%

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

#396086 (or 0x396086) is known color: Matisse. HEX triplet: 39, 60 and 86. RGB value is (57,96,134). Sum of RGB (Red+Green+Blue) = 57+96+134=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 134 - color contains mainly: blue. Hex color #396086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396086 is #C69F79. Grayscale: #585858. Windows color (decimal): -13016954 or 8806457. OLE color: 8806457.

HSL color Cylindrical-coordinate representation of color #396086: hue angle of 209.61º 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 #396086 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 96 134 -
CMYK 0.57 0.28 0 0.47
HSL 209.61º 0.4% 0.37% -
HSV(B) 209.61º 0.57% 0.53% -
XYZ 10.17 10.96 24.13 -
YUV 88.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 57 96 134 0.57 0.28 0 0.47 209.61 0.4 0.37
Hex 39 60 86 39 1C 0 2F D2 28 25
Octal 71 140 206 71 34 0 57 322 50 45
Binary 111001 1100000 10000110 111001 11100 0 101111 11010010 101000 100101

Color Harmonies of #396086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396086

Black with #396086

Text Example


Text Example

White with #396086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396086; }

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

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

background-color css

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

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

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

border-color css

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

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

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