#375472

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

Shades of Matisse #375472

Tints of Matisse #375472

Color information

#375472 (or 0x375472) is unknown color: approx Matisse. HEX triplet: 37, 54 and 72. RGB value is (55,84,114). Sum of RGB (Red+Green+Blue) = 55+84+114=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #375472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375472 is #C8AB8D. Grayscale: #4E4E4E. Windows color (decimal): -13151118 or 7492663. OLE color: 7492663.

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

Color convert

RGB5584114-
CMYK0.520.2600.55
HSL210.51º34.91%33.14%-
HSV(B)210.51º51.75%44.71%-
XYZ7.788.3717.12-
YUV78.75147.89111.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.74%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=21.74%
G=33.20%
B=45.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55841140.520.2600.55210.5134.9133.14
Hex375472341A037d32321
Octal6712416264320673234341
Binary1101111010100111001011010011010011011111010011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375472; }

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

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

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

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

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

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

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

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