Html Css Color HEX #396386 Matisse

📋 copy color: '#396386'

red 57 ◦ green 99 ◦ blue 134

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

Shades of Matisse #396386

Tints of Matisse #396386

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.14%

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

R = 19.66%
G = 34.14%
B = 46.21%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#396386 (or 0x396386) is known color: Matisse. HEX triplet: 39, 63 and 86. RGB value is (57,99,134). Sum of RGB (Red+Green+Blue) = 57+99+134=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 134 - color contains mainly: blue. Hex color #396386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396386 is #C69C79. Grayscale: #5A5A5A. Windows color (decimal): -13016186 or 8807225. OLE color: 8807225.

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

Color convert

RGB 57 99 134 -
CMYK 0.57 0.26 0 0.47
HSL 207.27º 0.4% 0.37% -
HSV(B) 207.27º 0.57% 0.53% -
XYZ 10.45 11.51 24.23 -
YUV 90.43 152.59 104.15 -
System Red Green Blue C M Y K H S L
Decimal 57 99 134 0.57 0.26 0 0.47 207.27 0.4 0.37
Hex 39 63 86 39 1A 0 2F CF 28 25
Octal 71 143 206 71 32 0 57 317 50 45
Binary 111001 1100011 10000110 111001 11010 0 101111 11001111 101000 100101

Color Harmonies of #396386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396386

Black with #396386

Text Example


Text Example

White with #396386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396386; }

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

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

background-color css

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

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

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

border-color css

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

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

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