Html Css Color HEX #375977 Matisse

📋 copy color: '#375977'

red 55 ◦ green 89 ◦ blue 119

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

Shades of Matisse #375977

Tints of Matisse #375977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.25%

R = 20.91%
G = 33.84%
B = 45.25%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#375977 (or 0x375977) is known color: Matisse. HEX triplet: 37, 59 and 77. RGB value is (55,89,119). Sum of RGB (Red+Green+Blue) = 55+89+119=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #375977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375977 is #C8A688. Grayscale: #525252. Windows color (decimal): -13149833 or 7821623. OLE color: 7821623.

HSL color Cylindrical-coordinate representation of color #375977: hue angle of 208.12º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #375977 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 89 119 -
CMYK 0.54 0.25 0 0.53
HSL 208.13º 0.37% 0.34% -
HSV(B) 208.13º 0.54% 0.47% -
XYZ 8.48 9.29 18.8 -
YUV 82.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 55 89 119 0.54 0.25 0 0.53 208.13 0.37 0.34
Hex 37 59 77 36 19 0 35 D0 25 22
Octal 67 131 167 66 31 0 65 320 45 42
Binary 110111 1011001 1110111 110110 11001 0 110101 11010000 100101 100010

Color Harmonies of #375977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375977

Black with #375977

Text Example


Text Example

White with #375977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375977; }

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

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

background-color css

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

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

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

border-color css

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

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

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