#375872

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

Shades of Matisse #375872

Tints of Matisse #375872

Color information

#375872 (or 0x375872) is unknown color: approx Matisse. HEX triplet: 37, 58 and 72. RGB value is (55,88,114). Sum of RGB (Red+Green+Blue) = 55+88+114=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #375872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375872 is #C8A78D. Grayscale: #505050. Windows color (decimal): -13150094 or 7493687. OLE color: 7493687.

HSL color Cylindrical-coordinate representation of color #375872: hue angle of 206.44º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #375872 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5588114-
CMYK0.520.2300.55
HSL206.44º34.91%33.14%-
HSV(B)206.44º51.75%44.71%-
XYZ8.19.0117.23-
YUV81.1146.57109.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.40%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 114 (44.92% from 255) = 44.36%
R=21.40%
G=34.24%
B=44.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55881140.520.2300.55206.4434.9133.14
Hex3758723417037ce2321
Octal6713016264270673164341
Binary1101111011000111001011010010111011011111001110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375872; }

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

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

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

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

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

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

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

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