#375475

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

Shades of Matisse #375475

Tints of Matisse #375475

Color information

#375475 (or 0x375475) is unknown color: approx Matisse. HEX triplet: 37, 54 and 75. RGB value is (55,84,117). Sum of RGB (Red+Green+Blue) = 55+84+117=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #375475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375475 is #C8AB8A. Grayscale: #4E4E4E. Windows color (decimal): -13151115 or 7689271. OLE color: 7689271.

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

Color convert

RGB5584117-
CMYK0.530.2800.54
HSL211.94º36.05%33.73%-
HSV(B)211.94º52.99%45.88%-
XYZ7.968.4418.04-
YUV79.09149.39110.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 117 (46.09% from 255) = 45.70%
R=21.48%
G=32.81%
B=45.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55841170.530.2800.54211.9436.0533.73
Hex375475351C036d42422
Octal6712416565340663244442
Binary1101111010100111010111010111100011011011010100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375475; }

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

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

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

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

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

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

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

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