#375877

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

Shades of Matisse #375877

Tints of Matisse #375877

Color information

#375877 (or 0x375877) is unknown color: approx Matisse. HEX triplet: 37, 58 and 77. RGB value is (55,88,119). Sum of RGB (Red+Green+Blue) = 55+88+119=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #375877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375877 is #C8A788. Grayscale: #515151. Windows color (decimal): -13150089 or 7821367. OLE color: 7821367.

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

Color convert

RGB5588119-
CMYK0.540.2600.53
HSL209.06º36.78%34.12%-
HSV(B)209.06º53.78%46.67%-
XYZ8.49.1218.77-
YUV81.67149.07108.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.99%
GREEN value IS 88 (34.77% from 255) = 33.59%
BLUE value IS 119 (46.88% from 255) = 45.42%
R=20.99%
G=33.59%
B=45.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55881190.540.2600.53209.0636.7834.12
Hex375877361A035d12522
Octal6713016766320653214542
Binary1101111011000111011111011011010011010111010001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375877; }

 p { color: rgb(55,88,119); }

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

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

 a { background-color: rgb(55,88,119); }

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

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

 span { border-color: rgb(55,88,119); }

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