Html Css Color HEX #396077 Matisse

📋 copy color: '#396077'

red 57 ◦ green 96 ◦ blue 119

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

Shades of Matisse #396077

Tints of Matisse #396077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.75%

R = 20.96%
G = 35.29%
B = 43.75%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#396077 (or 0x396077) is known color: Matisse. HEX triplet: 39, 60 and 77. RGB value is (57,96,119). Sum of RGB (Red+Green+Blue) = 57+96+119=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #396077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396077 is #C69F88. Grayscale: #565656. Windows color (decimal): -13016969 or 7823417. OLE color: 7823417.

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

Color convert

RGB 57 96 119 -
CMYK 0.52 0.19 0 0.53
HSL 202.26º 0.35% 0.35% -
HSV(B) 202.26º 0.52% 0.47% -
XYZ 9.2 10.57 19.01 -
YUV 86.96 146.08 106.63 -
System Red Green Blue C M Y K H S L
Decimal 57 96 119 0.52 0.19 0 0.53 202.26 0.35 0.35
Hex 39 60 77 34 13 0 35 CA 23 23
Octal 71 140 167 64 23 0 65 312 43 43
Binary 111001 1100000 1110111 110100 10011 0 110101 11001010 100011 100011

Color Harmonies of #396077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396077

Black with #396077

Text Example


Text Example

White with #396077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396077; }

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

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

background-color css

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

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

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

border-color css

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

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

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