#375476

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

Shades of Matisse #375476

Tints of Matisse #375476

Color information

#375476 (or 0x375476) is unknown color: approx Matisse. HEX triplet: 37, 54 and 76. RGB value is (55,84,118). Sum of RGB (Red+Green+Blue) = 55+84+118=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #375476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375476 is #C8AB89. Grayscale: #4F4F4F. Windows color (decimal): -13151114 or 7754807. OLE color: 7754807.

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

Color convert

RGB5584118-
CMYK0.530.2900.54
HSL212.38º36.42%33.92%-
HSV(B)212.38º53.39%46.27%-
XYZ8.028.4618.35-
YUV79.2149.89110.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.40%
GREEN value IS 84 (33.20% from 255) = 32.68%
BLUE value IS 118 (46.48% from 255) = 45.91%
R=21.40%
G=32.68%
B=45.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55841180.530.2900.54212.3836.4233.92
Hex375476351D036d42422
Octal6712416665350663244442
Binary1101111010100111011011010111101011011011010100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375476; }

 p { color: rgb(55,84,118); }

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

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

 a { background-color: rgb(55,84,118); }

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

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

 span { border-color: rgb(55,84,118); }

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