Html Css Color HEX #375979 Matisse

📋 copy color: '#375979'

red 55 ◦ green 89 ◦ blue 121

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

Shades of Matisse #375979

Tints of Matisse #375979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.58%

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

R = 20.75%
G = 33.58%
B = 45.66%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#375979 (or 0x375979) is known color: Matisse. HEX triplet: 37, 59 and 79. RGB value is (55,89,121). Sum of RGB (Red+Green+Blue) = 55+89+121=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 121 - color contains mainly: blue. Hex color #375979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375979 is #C8A686. Grayscale: #525252. Windows color (decimal): -13149831 or 7952695. OLE color: 7952695.

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

Color convert

RGB 55 89 121 -
CMYK 0.55 0.26 0 0.53
HSL 209.09º 0.38% 0.35% -
HSV(B) 209.09º 0.55% 0.47% -
XYZ 8.6 9.34 19.44 -
YUV 82.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 55 89 121 0.55 0.26 0 0.53 209.09 0.38 0.35
Hex 37 59 79 37 1A 0 35 D1 26 23
Octal 67 131 171 67 32 0 65 321 46 43
Binary 110111 1011001 1111001 110111 11010 0 110101 11010001 100110 100011

Color Harmonies of #375979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375979

Black with #375979

Text Example


Text Example

White with #375979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375979; }

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

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

background-color css

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

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

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

border-color css

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

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

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