#346482

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

Shades of Matisse #346482

Tints of Matisse #346482

Color information

#346482 (or 0x346482) is unknown color: approx Matisse. HEX triplet: 34, 64 and 82. RGB value is (52,100,130). Sum of RGB (Red+Green+Blue) = 52+100+130=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #346482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346482 is #CB9B7D. Grayscale: #585858. Windows color (decimal): -13343614 or 8545332. OLE color: 8545332.

HSL color Cylindrical-coordinate representation of color #346482: hue angle of 203.08º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #346482 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB52100130-
CMYK0.600.2300.49
HSL203.08º42.86%35.69%-
HSV(B)203.08º60%50.98%-
XYZ1011.4622.8-
YUV89.07151.1101.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 130 (51.17% from 255) = 46.10%
R=18.44%
G=35.46%
B=46.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521001300.600.2300.49203.0842.8635.69
Hex3464823C17031cb2b24
Octal6414420274270613135344
Binary11010011001001000001011110010111011000111001011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346482; }

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

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

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

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

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

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

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

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