Html Css Color HEX #396486 Matisse

📋 copy color: '#396486'

red 57 ◦ green 100 ◦ blue 134

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

Shades of Matisse #396486

Tints of Matisse #396486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.36%

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

R = 19.59%
G = 34.36%
B = 46.05%

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

#396486 (or 0x396486) is known color: Matisse. HEX triplet: 39, 64 and 86. RGB value is (57,100,134). Sum of RGB (Red+Green+Blue) = 57+100+134=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 134 - color contains mainly: blue. Hex color #396486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396486 is #C69B79. Grayscale: #5A5A5A. Windows color (decimal): -13015930 or 8807481. OLE color: 8807481.

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

Color convert

RGB 57 100 134 -
CMYK 0.57 0.25 0 0.47
HSL 206.49º 0.4% 0.37% -
HSV(B) 206.49º 0.57% 0.53% -
XYZ 10.55 11.71 24.26 -
YUV 91.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 57 100 134 0.57 0.25 0 0.47 206.49 0.4 0.37
Hex 39 64 86 39 19 0 2F CE 28 25
Octal 71 144 206 71 31 0 57 316 50 45
Binary 111001 1100100 10000110 111001 11001 0 101111 11001110 101000 100101

Color Harmonies of #396486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396486

Black with #396486

Text Example


Text Example

White with #396486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396486; }

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

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

background-color css

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

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

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

border-color css

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

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

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