#346084

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

Shades of Matisse #346084

Tints of Matisse #346084

Color information

#346084 (or 0x346084) is unknown color: approx Matisse. HEX triplet: 34, 60 and 84. RGB value is (52,96,132). Sum of RGB (Red+Green+Blue) = 52+96+132=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #346084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346084 is #CB9F7B. Grayscale: #565656. Windows color (decimal): -13344636 or 8675380. OLE color: 8675380.

HSL color Cylindrical-coordinate representation of color #346084: hue angle of 207º 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 #346084 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5296132-
CMYK0.610.2700.48
HSL207º43.48%36.08%-
HSV(B)207º60.61%51.76%-
XYZ9.7610.7623.39-
YUV86.95153.42103.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.57%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 132 (51.95% from 255) = 47.14%
R=18.57%
G=34.29%
B=47.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52961320.610.2700.4820743.4836.08
Hex3460843D1B030cf2b24
Octal6414020475330603175344
Binary11010011000001000010011110111011011000011001111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346084; }

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

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

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

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

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

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

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

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