#346082

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

Shades of Matisse #346082

Tints of Matisse #346082

Color information

#346082 (or 0x346082) is unknown color: approx Matisse. HEX triplet: 34, 60 and 82. RGB value is (52,96,130). Sum of RGB (Red+Green+Blue) = 52+96+130=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #346082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346082 is #CB9F7D. Grayscale: #565656. Windows color (decimal): -13344638 or 8544308. OLE color: 8544308.

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

Color convert

RGB5296130-
CMYK0.600.2600.49
HSL206.15º42.86%35.69%-
HSV(B)206.15º60%50.98%-
XYZ9.6310.7122.68-
YUV86.72152.42103.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.71%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 130 (51.17% from 255) = 46.76%
R=18.71%
G=34.53%
B=46.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52961300.600.2600.49206.1542.8635.69
Hex3460823C1A031ce2b24
Octal6414020274320613165344
Binary11010011000001000001011110011010011000111001110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346082; }

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

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

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

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

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

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

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

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