Html Css Color HEX #396379 Matisse

📋 copy color: '#396379'

red 57 ◦ green 99 ◦ blue 121

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

Shades of Matisse #396379

Tints of Matisse #396379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.68%

R = 20.58%
G = 35.74%
B = 43.68%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#396379 (or 0x396379) is known color: Matisse. HEX triplet: 39, 63 and 79. RGB value is (57,99,121). Sum of RGB (Red+Green+Blue) = 57+99+121=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #396379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396379 is #C69C86. Grayscale: #585858. Windows color (decimal): -13016199 or 7955257. OLE color: 7955257.

HSL color Cylindrical-coordinate representation of color #396379: hue angle of 200.62º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #396379 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 99 121 -
CMYK 0.53 0.18 0 0.53
HSL 200.63º 0.36% 0.35% -
HSV(B) 200.63º 0.53% 0.47% -
XYZ 9.6 11.17 19.74 -
YUV 88.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 57 99 121 0.53 0.18 0 0.53 200.63 0.36 0.35
Hex 39 63 79 35 12 0 35 C9 24 23
Octal 71 143 171 65 22 0 65 311 44 43
Binary 111001 1100011 1111001 110101 10010 0 110101 11001001 100100 100011

Color Harmonies of #396379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396379

Black with #396379

Text Example


Text Example

White with #396379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396379; }

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

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

background-color css

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

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

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

border-color css

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

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

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