#375A81

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

Shades of Matisse #375A81

Tints of Matisse #375A81

Color information

#375A81 (or 0x375A81) is unknown color: approx Matisse. HEX triplet: 37, 5A and 81. RGB value is (55,90,129). Sum of RGB (Red+Green+Blue) = 55+90+129=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 129 - color contains mainly: blue. Hex color #375A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375A81 is #C8A57E. Grayscale: #535353. Windows color (decimal): -13149567 or 8477239. OLE color: 8477239.

HSL color Cylindrical-coordinate representation of color #375A81: hue angle of 211.62º 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 #375A81 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5590129-
CMYK0.570.3000.49
HSL211.62º40.22%36.08%-
HSV(B)211.62º57.36%50.59%-
XYZ9.199.7122.16-
YUV83.98153.4107.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.07%
GREEN value IS 90 (35.55% from 255) = 32.85%
BLUE value IS 129 (50.78% from 255) = 47.08%
R=20.07%
G=32.85%
B=47.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55901290.570.3000.49211.6240.2236.08
Hex375A81391E031d42824
Octal6713220171360613245044
Binary11011110110101000000111100111110011000111010100101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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