Html Css Color HEX #375978 Matisse

📋 copy color: '#375978'

red 55 ◦ green 89 ◦ blue 120

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

Shades of Matisse #375978

Tints of Matisse #375978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.45%

R = 20.83%
G = 33.71%
B = 45.45%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#375978 (or 0x375978) is known color: Matisse. HEX triplet: 37, 59 and 78. RGB value is (55,89,120). Sum of RGB (Red+Green+Blue) = 55+89+120=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #375978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375978 is #C8A687. Grayscale: #525252. Windows color (decimal): -13149832 or 7887159. OLE color: 7887159.

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

Color convert

RGB 55 89 120 -
CMYK 0.54 0.26 0 0.53
HSL 208.62º 0.37% 0.34% -
HSV(B) 208.62º 0.54% 0.47% -
XYZ 8.54 9.31 19.12 -
YUV 82.37 149.24 108.48 -
System Red Green Blue C M Y K H S L
Decimal 55 89 120 0.54 0.26 0 0.53 208.62 0.37 0.34
Hex 37 59 78 36 1A 0 35 D1 25 22
Octal 67 131 170 66 32 0 65 321 45 42
Binary 110111 1011001 1111000 110110 11010 0 110101 11010001 100101 100010

Color Harmonies of #375978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375978

Black with #375978

Text Example


Text Example

White with #375978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375978; }

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

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

background-color css

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

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

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

border-color css

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

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

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