Html Css Color HEX #396079 Matisse

📋 copy color: '#396079'

red 57 ◦ green 96 ◦ blue 121

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

Shades of Matisse #396079

Tints of Matisse #396079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.04%

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

R = 20.8%
G = 35.04%
B = 44.16%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#396079 (or 0x396079) is known color: Matisse. HEX triplet: 39, 60 and 79. RGB value is (57,96,121). Sum of RGB (Red+Green+Blue) = 57+96+121=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #396079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396079 is #C69F86. Grayscale: #575757. Windows color (decimal): -13016967 or 7954489. OLE color: 7954489.

HSL color Cylindrical-coordinate representation of color #396079: hue angle of 203.44º 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 #396079 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 96 121 -
CMYK 0.53 0.21 0 0.53
HSL 203.44º 0.36% 0.35% -
HSV(B) 203.44º 0.53% 0.47% -
XYZ 9.32 10.62 19.65 -
YUV 87.19 147.08 106.47 -
System Red Green Blue C M Y K H S L
Decimal 57 96 121 0.53 0.21 0 0.53 203.44 0.36 0.35
Hex 39 60 79 35 15 0 35 CB 24 23
Octal 71 140 171 65 25 0 65 313 44 43
Binary 111001 1100000 1111001 110101 10101 0 110101 11001011 100100 100011

Color Harmonies of #396079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396079

Black with #396079

Text Example


Text Example

White with #396079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396079; }

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

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

background-color css

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

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

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

border-color css

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

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

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