Html Css Color HEX #396586 Matisse

📋 copy color: '#396586'

red 57 ◦ green 101 ◦ blue 134

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

Shades of Matisse #396586

Tints of Matisse #396586

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.59%

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

R = 19.52%
G = 34.59%
B = 45.89%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#396586 (or 0x396586) is known color: Matisse. HEX triplet: 39, 65 and 86. RGB value is (57,101,134). Sum of RGB (Red+Green+Blue) = 57+101+134=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 134 (52.73% from 255 or 45.89% from 292); Max value from RGB is 134 - color contains mainly: blue. Hex color #396586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396586 is #C69A79. Grayscale: #5B5B5B. Windows color (decimal): -13015674 or 8807737. OLE color: 8807737.

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

Color convert

RGB 57 101 134 -
CMYK 0.57 0.25 0 0.47
HSL 205.71º 0.4% 0.37% -
HSV(B) 205.71º 0.57% 0.53% -
XYZ 10.64 11.9 24.29 -
YUV 91.61 151.92 103.32 -
System Red Green Blue C M Y K H S L
Decimal 57 101 134 0.57 0.25 0 0.47 205.71 0.4 0.37
Hex 39 65 86 39 19 0 2F CE 28 25
Octal 71 145 206 71 31 0 57 316 50 45
Binary 111001 1100101 10000110 111001 11001 0 101111 11001110 101000 100101

Color Harmonies of #396586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396586

Black with #396586

Text Example


Text Example

White with #396586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396586; }

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

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

background-color css

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

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

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

border-color css

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

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

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