#346484

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

Shades of Matisse #346484

Tints of Matisse #346484

Color information

#346484 (or 0x346484) is unknown color: approx Matisse. HEX triplet: 34, 64 and 84. RGB value is (52,100,132). Sum of RGB (Red+Green+Blue) = 52+100+132=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #346484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346484 is #CB9B7B. Grayscale: #595959. Windows color (decimal): -13343612 or 8676404. OLE color: 8676404.

HSL color Cylindrical-coordinate representation of color #346484: hue angle of 204º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #346484 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB52100132-
CMYK0.610.2400.48
HSL204º43.48%36.08%-
HSV(B)204º60.61%51.76%-
XYZ10.1411.5123.52-
YUV89.3152.1101.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.31%
GREEN value IS 100 (39.45% from 255) = 35.21%
BLUE value IS 132 (51.95% from 255) = 46.48%
R=18.31%
G=35.21%
B=46.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521001320.610.2400.4820443.4836.08
Hex3464843D18030cc2b24
Octal6414420475300603145344
Binary11010011001001000010011110111000011000011001100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346484; }

 p { color: rgb(52,100,132); }

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

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

 a { background-color: rgb(52,100,132); }

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

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

 span { border-color: rgb(52,100,132); }

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