#376383

Color #376383 Matisse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matisse #376383

Tints of Matisse #376383

Color information

#376383 (or 0x376383) is unknown color: approx Matisse. HEX triplet: 37, 63 and 83. RGB value is (55,99,131). Sum of RGB (Red+Green+Blue) = 55+99+131=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #376383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376383 is #C89C7C. Grayscale: #595959. Windows color (decimal): -13147261 or 8610615. OLE color: 8610615.

HSL color Cylindrical-coordinate representation of color #376383: hue angle of 205.26º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #376383 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5599131-
CMYK0.580.2400.49
HSL205.26º40.86%36.47%-
HSV(B)205.26º58.02%51.37%-
XYZ10.1311.3723.13-
YUV89.49151.42103.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 131 (51.56% from 255) = 45.96%
R=19.30%
G=34.74%
B=45.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55991310.580.2400.49205.2640.8636.47
Hex3763833A18031cd2924
Octal6714320372300613155144
Binary11011111000111000001111101011000011000111001101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376383; }

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

 H1.HeaderClassName
 {
   color: #376383;
 }
 .AnyTagClassName
 {
   color: #376383;
 }
</style>
background-color css

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

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

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

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

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

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