Html Css Color HEX #376078 Matisse

📋 copy color: '#376078'

red 55 ◦ green 96 ◦ blue 120

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

Shades of Matisse #376078

Tints of Matisse #376078

RGB

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

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

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

R = 20.3%
G = 35.42%
B = 44.28%

CMYK

 C value IS 0.54

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#376078 (or 0x376078) is known color: Matisse. HEX triplet: 37, 60 and 78. RGB value is (55,96,120). Sum of RGB (Red+Green+Blue) = 55+96+120=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #376078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376078 is #C89F87. Grayscale: #565656. Windows color (decimal): -13148040 or 7888951. OLE color: 7888951.

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

Color convert

RGB 55 96 120 -
CMYK 0.54 0.2 0 0.53
HSL 202.15º 0.37% 0.34% -
HSV(B) 202.15º 0.54% 0.47% -
XYZ 9.15 10.53 19.32 -
YUV 86.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 55 96 120 0.54 0.2 0 0.53 202.15 0.37 0.34
Hex 37 60 78 36 14 0 35 CA 25 22
Octal 67 140 170 66 24 0 65 312 45 42
Binary 110111 1100000 1111000 110110 10100 0 110101 11001010 100101 100010

Color Harmonies of #376078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376078

Black with #376078

Text Example


Text Example

White with #376078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376078; }

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

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

background-color css

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

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

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

border-color css

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

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

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