#376279

Color #376279 Matisse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matisse #376279

Tints of Matisse #376279

Color information

#376279 (or 0x376279) is unknown color: approx Matisse. HEX triplet: 37, 62 and 79. RGB value is (55,98,121). Sum of RGB (Red+Green+Blue) = 55+98+121=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #376279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376279 is #C89D86. Grayscale: #575757. Windows color (decimal): -13147527 or 7954999. OLE color: 7954999.

HSL color Cylindrical-coordinate representation of color #376279: hue angle of 200.91º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #376279 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5598121-
CMYK0.550.1900.53
HSL200.91º37.5%34.51%-
HSV(B)200.91º54.55%47.45%-
XYZ9.3910.9319.7-
YUV87.76146.75104.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.07%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 121 (47.66% from 255) = 44.16%
R=20.07%
G=35.77%
B=44.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55981210.550.1900.53200.9137.534.51
Hex3762793713035c92623
Octal6714217167230653114643
Binary1101111100010111100111011110011011010111001001100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376279; }

 p { color: rgb(55,98,121); }

 H1.HeaderClassName
 {
   color: #376279;
 }
 .AnyTagClassName
 {
   color: #376279;
 }
</style>
background-color css

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

 a { background-color: rgb(55,98,121); }

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

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

 span { border-color: rgb(55,98,121); }

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