#346083

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

Shades of Matisse #346083

Tints of Matisse #346083

Color information

#346083 (or 0x346083) is unknown color: approx Matisse. HEX triplet: 34, 60 and 83. RGB value is (52,96,131). Sum of RGB (Red+Green+Blue) = 52+96+131=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #346083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346083 is #CB9F7C. Grayscale: #565656. Windows color (decimal): -13344637 or 8609844. OLE color: 8609844.

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

Color convert

RGB5296131-
CMYK0.600.2700.49
HSL206.58º43.17%35.88%-
HSV(B)206.58º60.31%51.37%-
XYZ9.710.7323.03-
YUV86.83152.92103.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 131 (51.56% from 255) = 46.95%
R=18.64%
G=34.41%
B=46.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52961310.600.2700.49206.5843.1735.88
Hex3460833C1B031cf2b24
Octal6414020374330613175344
Binary11010011000001000001111110011011011000111001111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346083; }

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

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

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

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

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

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

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

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