#346382

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

Shades of Matisse #346382

Tints of Matisse #346382

Color information

#346382 (or 0x346382) is unknown color: approx Matisse. HEX triplet: 34, 63 and 82. RGB value is (52,99,130). Sum of RGB (Red+Green+Blue) = 52+99+130=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #346382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346382 is #CB9C7D. Grayscale: #585858. Windows color (decimal): -13343870 or 8545076. OLE color: 8545076.

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

Color convert

RGB5299130-
CMYK0.600.2400.49
HSL203.85º42.86%35.69%-
HSV(B)203.85º60%50.98%-
XYZ9.9111.2722.77-
YUV88.48151.43101.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.51%
GREEN value IS 99 (39.06% from 255) = 35.23%
BLUE value IS 130 (51.17% from 255) = 46.26%
R=18.51%
G=35.23%
B=46.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52991300.600.2400.49203.8542.8635.69
Hex3463823C18031cc2b24
Octal6414320274300613145344
Binary11010011000111000001011110011000011000111001100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346382; }

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

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

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

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

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

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

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

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