Html Css Color HEX #376180 Matisse

📋 copy color: '#376180'

red 55 ◦ green 97 ◦ blue 128

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

Shades of Matisse #376180

Tints of Matisse #376180

RGB

 RED value IS 55 (21.88% from 255) = 19.64%

 GREEN value IS 97 (38.28% from 255) = 34.64%

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

R = 19.64%
G = 34.64%
B = 45.71%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#376180 (or 0x376180) is known color: Matisse. HEX triplet: 37, 61 and 80. RGB value is (55,97,128). Sum of RGB (Red+Green+Blue) = 55+97+128=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #376180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376180 is #C89E7F. Grayscale: #575757. Windows color (decimal): -13147776 or 8413495. OLE color: 8413495.

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

Color convert

RGB 55 97 128 -
CMYK 0.57 0.24 0 0.50
HSL 205.48º 0.4% 0.36% -
HSV(B) 205.48º 0.57% 0.5% -
XYZ 9.75 10.92 22.02 -
YUV 87.98 150.59 104.48 -
System Red Green Blue C M Y K H S L
Decimal 55 97 128 0.57 0.24 0 0.50 205.48 0.4 0.36
Hex 37 61 80 39 18 0 32 CD 28 24
Octal 67 141 200 71 30 0 62 315 50 44
Binary 110111 1100001 10000000 111001 11000 0 110010 11001101 101000 100100

Color Harmonies of #376180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376180

Black with #376180

Text Example


Text Example

White with #376180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376180; }

 p { color: rgb(55,97,128); }

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

background-color css

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

 a { background-color: rgb(55,97,128); }

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

border-color css

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

 span { border-color: rgb(55,97,128); }

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