Html Css Color HEX #396080 Matisse

📋 copy color: '#396080'

red 57 ◦ green 96 ◦ blue 128

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

Shades of Matisse #396080

Tints of Matisse #396080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 45.55%

R = 20.28%
G = 34.16%
B = 45.55%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#396080 (or 0x396080) is known color: Matisse. HEX triplet: 39, 60 and 80. RGB value is (57,96,128). Sum of RGB (Red+Green+Blue) = 57+96+128=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 128 - color contains mainly: blue. Hex color #396080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396080 is #C69F7F. Grayscale: #575757. Windows color (decimal): -13016960 or 8413241. OLE color: 8413241.

HSL color Cylindrical-coordinate representation of color #396080: hue angle of 207.04º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #396080 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 96 128 -
CMYK 0.55 0.25 0 0.50
HSL 207.04º 0.38% 0.36% -
HSV(B) 207.04º 0.55% 0.5% -
XYZ 9.77 10.79 21.99 -
YUV 87.99 150.58 105.9 -
System Red Green Blue C M Y K H S L
Decimal 57 96 128 0.55 0.25 0 0.50 207.04 0.38 0.36
Hex 39 60 80 37 19 0 32 CF 26 24
Octal 71 140 200 67 31 0 62 317 46 44
Binary 111001 1100000 10000000 110111 11001 0 110010 11001111 100110 100100

Color Harmonies of #396080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396080

Black with #396080

Text Example


Text Example

White with #396080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396080; }

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

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

background-color css

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

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

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

border-color css

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

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

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