Html Css Color HEX #396286 Matisse

📋 copy color: '#396286'

red 57 ◦ green 98 ◦ blue 134

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

Shades of Matisse #396286

Tints of Matisse #396286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.91%

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

R = 19.72%
G = 33.91%
B = 46.37%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#396286 (or 0x396286) is known color: Matisse. HEX triplet: 39, 62 and 86. RGB value is (57,98,134). Sum of RGB (Red+Green+Blue) = 57+98+134=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #396286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396286 is #C69D79. Grayscale: #595959. Windows color (decimal): -13016442 or 8806969. OLE color: 8806969.

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

Color convert

RGB 57 98 134 -
CMYK 0.57 0.27 0 0.47
HSL 208.05º 0.4% 0.37% -
HSV(B) 208.05º 0.57% 0.53% -
XYZ 10.36 11.33 24.19 -
YUV 89.85 152.92 104.57 -
System Red Green Blue C M Y K H S L
Decimal 57 98 134 0.57 0.27 0 0.47 208.05 0.4 0.37
Hex 39 62 86 39 1B 0 2F D0 28 25
Octal 71 142 206 71 33 0 57 320 50 45
Binary 111001 1100010 10000110 111001 11011 0 101111 11010000 101000 100101

Color Harmonies of #396286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396286

Black with #396286

Text Example


Text Example

White with #396286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396286; }

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

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

background-color css

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

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

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

border-color css

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

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

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