#375372

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

Shades of Matisse #375372

Tints of Matisse #375372

Color information

#375372 (or 0x375372) is unknown color: approx Matisse. HEX triplet: 37, 53 and 72. RGB value is (55,83,114). Sum of RGB (Red+Green+Blue) = 55+83+114=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #375372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375372 is #C8AC8D. Grayscale: #4E4E4E. Windows color (decimal): -13151374 or 7492407. OLE color: 7492407.

HSL color Cylindrical-coordinate representation of color #375372: hue angle of 211.53º 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 #375372 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5583114-
CMYK0.520.2700.55
HSL211.53º34.91%33.14%-
HSV(B)211.53º51.75%44.71%-
XYZ7.718.2117.1-
YUV78.16148.22111.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.83%
GREEN value IS 83 (32.81% from 255) = 32.94%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=21.83%
G=32.94%
B=45.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55831140.520.2700.55211.5334.9133.14
Hex375372341B037d42321
Octal6712316264330673244341
Binary1101111010011111001011010011011011011111010100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375372; }

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

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

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

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

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

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

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

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