Html Css Color HEX #396584 Matisse

📋 copy color: '#396584'

red 57 ◦ green 101 ◦ blue 132

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

Shades of Matisse #396584

Tints of Matisse #396584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 45.52%

R = 19.66%
G = 34.83%
B = 45.52%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#396584 (or 0x396584) is known color: Matisse. HEX triplet: 39, 65 and 84. RGB value is (57,101,132). Sum of RGB (Red+Green+Blue) = 57+101+132=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #396584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396584 is #C69A7B. Grayscale: #5B5B5B. Windows color (decimal): -13015676 or 8676665. OLE color: 8676665.

HSL color Cylindrical-coordinate representation of color #396584: hue angle of 204.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #396584 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 101 132 -
CMYK 0.57 0.23 0 0.48
HSL 204.8º 0.4% 0.37% -
HSV(B) 204.8º 0.57% 0.52% -
XYZ 10.51 11.84 23.56 -
YUV 91.38 150.92 103.48 -
System Red Green Blue C M Y K H S L
Decimal 57 101 132 0.57 0.23 0 0.48 204.8 0.4 0.37
Hex 39 65 84 39 17 0 30 CD 28 25
Octal 71 145 204 71 27 0 60 315 50 45
Binary 111001 1100101 10000100 111001 10111 0 110000 11001101 101000 100101

Color Harmonies of #396584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396584

Black with #396584

Text Example


Text Example

White with #396584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396584; }

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

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

background-color css

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

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

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

border-color css

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

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

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