#375E81

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

Shades of Matisse #375E81

Tints of Matisse #375E81

Color information

#375E81 (or 0x375E81) is unknown color: approx Matisse. HEX triplet: 37, 5E and 81. RGB value is (55,94,129). Sum of RGB (Red+Green+Blue) = 55+94+129=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #375E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375E81 is #C8A17E. Grayscale: #565656. Windows color (decimal): -13148543 or 8478263. OLE color: 8478263.

HSL color Cylindrical-coordinate representation of color #375E81: hue angle of 208.38º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #375E81 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5594129-
CMYK0.570.2700.49
HSL208.38º40.22%36.08%-
HSV(B)208.38º57.36%50.59%-
XYZ9.5410.422.27-
YUV86.33152.08105.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.78%
GREEN value IS 94 (37.11% from 255) = 33.81%
BLUE value IS 129 (50.78% from 255) = 46.40%
R=19.78%
G=33.81%
B=46.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55941290.570.2700.49208.3840.2236.08
Hex375E81391B031d02824
Octal6713620171330613205044
Binary11011110111101000000111100111011011000111010000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375E81; }

 p { color: rgb(55,94,129); }

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

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

 a { background-color: rgb(55,94,129); }

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

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

 span { border-color: rgb(55,94,129); }

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