Html Css Color HEX #376380 Matisse

📋 copy color: '#376380'

red 55 ◦ green 99 ◦ blue 128

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

Shades of Matisse #376380

Tints of Matisse #376380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.11%

 BLUE value IS 128 (50.39% from 255) = 45.39%

R = 19.5%
G = 35.11%
B = 45.39%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#376380 (or 0x376380) is known color: Matisse. HEX triplet: 37, 63 and 80. RGB value is (55,99,128). Sum of RGB (Red+Green+Blue) = 55+99+128=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 128 - color contains mainly: blue. Hex color #376380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376380 is #C89C7F. Grayscale: #585858. Windows color (decimal): -13147264 or 8414007. OLE color: 8414007.

HSL color Cylindrical-coordinate representation of color #376380: hue angle of 203.84º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #376380 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 99 128 -
CMYK 0.57 0.23 0 0.50
HSL 203.84º 0.4% 0.36% -
HSV(B) 203.84º 0.57% 0.5% -
XYZ 9.93 11.29 22.08 -
YUV 89.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 55 99 128 0.57 0.23 0 0.50 203.84 0.4 0.36
Hex 37 63 80 39 17 0 32 CC 28 24
Octal 67 143 200 71 27 0 62 314 50 44
Binary 110111 1100011 10000000 111001 10111 0 110010 11001100 101000 100100

Color Harmonies of #376380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376380

Black with #376380

Text Example


Text Example

White with #376380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376380; }

 p { color: rgb(55,99,128); }

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

background-color css

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

 a { background-color: rgb(55,99,128); }

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

border-color css

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

 span { border-color: rgb(55,99,128); }

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