#326288

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

Shades of Matisse #326288

Tints of Matisse #326288

Color information

#326288 (or 0x326288) is unknown color: approx Matisse. HEX triplet: 32, 62 and 88. RGB value is (50,98,136). Sum of RGB (Red+Green+Blue) = 50+98+136=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #326288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326288 is #CD9D77. Grayscale: #575757. Windows color (decimal): -13475192 or 8938034. OLE color: 8938034.

HSL color Cylindrical-coordinate representation of color #326288: hue angle of 206.51º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #326288 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5098136-
CMYK0.630.2800.47
HSL206.51º46.24%36.47%-
HSV(B)206.51º63.24%53.33%-
XYZ10.1311.1924.92-
YUV87.98155.1100.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.61%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 136 (53.52% from 255) = 47.89%
R=17.61%
G=34.51%
B=47.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50981360.630.2800.47206.5146.2436.47
Hex3262883F1C02Fcf2e24
Octal6214221077340573175644
Binary11001011000101000100011111111100010111111001111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326288; }

 p { color: rgb(50,98,136); }

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

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

 a { background-color: rgb(50,98,136); }

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

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

 span { border-color: rgb(50,98,136); }

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