#346582

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

Shades of Matisse #346582

Tints of Matisse #346582

Color information

#346582 (or 0x346582) is unknown color: approx Matisse. HEX triplet: 34, 65 and 82. RGB value is (52,101,130). Sum of RGB (Red+Green+Blue) = 52+101+130=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #346582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346582 is #CB9A7D. Grayscale: #595959. Windows color (decimal): -13343358 or 8545588. OLE color: 8545588.

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

Color convert

RGB52101130-
CMYK0.600.2200.49
HSL202.31º42.86%35.69%-
HSV(B)202.31º60%50.98%-
XYZ10.111.6522.84-
YUV89.66150.77101.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 101 (39.84% from 255) = 35.69%
BLUE value IS 130 (51.17% from 255) = 45.94%
R=18.37%
G=35.69%
B=45.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521011300.600.2200.49202.3142.8635.69
Hex3465823C16031ca2b24
Octal6414520274260613125344
Binary11010011001011000001011110010110011000111001010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346582; }

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

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

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

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

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

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

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

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