Html Css Color HEX #376079 Matisse

📋 copy color: '#376079'

red 55 ◦ green 96 ◦ blue 121

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

Shades of Matisse #376079

Tints of Matisse #376079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 44.49%

R = 20.22%
G = 35.29%
B = 44.49%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#376079 (or 0x376079) is known color: Matisse. HEX triplet: 37, 60 and 79. RGB value is (55,96,121). Sum of RGB (Red+Green+Blue) = 55+96+121=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 121 - color contains mainly: blue. Hex color #376079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376079 is #C89F86. Grayscale: #565656. Windows color (decimal): -13148039 or 7954487. OLE color: 7954487.

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

Color convert

RGB 55 96 121 -
CMYK 0.55 0.21 0 0.53
HSL 202.73º 0.38% 0.35% -
HSV(B) 202.73º 0.55% 0.47% -
XYZ 9.21 10.56 19.64 -
YUV 86.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 55 96 121 0.55 0.21 0 0.53 202.73 0.38 0.35
Hex 37 60 79 37 15 0 35 CB 26 23
Octal 67 140 171 67 25 0 65 313 46 43
Binary 110111 1100000 1111001 110111 10101 0 110101 11001011 100110 100011

Color Harmonies of #376079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376079

Black with #376079

Text Example


Text Example

White with #376079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376079; }

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

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

background-color css

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

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

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

border-color css

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

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

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