Html Css Color HEX #376080 Matisse

📋 copy color: '#376080'

red 55 ◦ green 96 ◦ blue 128

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

Shades of Matisse #376080

Tints of Matisse #376080

RGB

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

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

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

R = 19.71%
G = 34.41%
B = 45.88%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#376080 (or 0x376080) is known color: Matisse. HEX triplet: 37, 60 and 80. RGB value is (55,96,128). Sum of RGB (Red+Green+Blue) = 55+96+128=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #376080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376080 is #C89F7F. Grayscale: #575757. Windows color (decimal): -13148032 or 8413239. OLE color: 8413239.

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

Color convert

RGB 55 96 128 -
CMYK 0.57 0.25 0 0.50
HSL 206.3º 0.4% 0.36% -
HSV(B) 206.3º 0.57% 0.5% -
XYZ 9.65 10.74 21.99 -
YUV 87.39 150.92 104.9 -
System Red Green Blue C M Y K H S L
Decimal 55 96 128 0.57 0.25 0 0.50 206.3 0.4 0.36
Hex 37 60 80 39 19 0 32 CE 28 24
Octal 67 140 200 71 31 0 62 316 50 44
Binary 110111 1100000 10000000 111001 11001 0 110010 11001110 101000 100100

Color Harmonies of #376080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376080

Black with #376080

Text Example


Text Example

White with #376080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376080; }

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

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

background-color css

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

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

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

border-color css

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

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

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