Html Css Color HEX #396580 Matisse

📋 copy color: '#396580'

red 57 ◦ green 101 ◦ blue 128

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

Shades of Matisse #396580

Tints of Matisse #396580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.31%

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

R = 19.93%
G = 35.31%
B = 44.76%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#396580 (or 0x396580) is known color: Matisse. HEX triplet: 39, 65 and 80. RGB value is (57,101,128). Sum of RGB (Red+Green+Blue) = 57+101+128=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 128 - color contains mainly: blue. Hex color #396580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396580 is #C69A7F. Grayscale: #5A5A5A. Windows color (decimal): -13015680 or 8414521. OLE color: 8414521.

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

Color convert

RGB 57 101 128 -
CMYK 0.55 0.21 0 0.50
HSL 202.82º 0.38% 0.36% -
HSV(B) 202.82º 0.55% 0.5% -
XYZ 10.24 11.74 22.15 -
YUV 90.92 148.92 103.8 -
System Red Green Blue C M Y K H S L
Decimal 57 101 128 0.55 0.21 0 0.50 202.82 0.38 0.36
Hex 39 65 80 37 15 0 32 CB 26 24
Octal 71 145 200 67 25 0 62 313 46 44
Binary 111001 1100101 10000000 110111 10101 0 110010 11001011 100110 100100

Color Harmonies of #396580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396580

Black with #396580

Text Example


Text Example

White with #396580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396580; }

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

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

background-color css

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

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

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

border-color css

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

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

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