#346281

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

Shades of Matisse #346281

Tints of Matisse #346281

Color information

#346281 (or 0x346281) is unknown color: approx Matisse. HEX triplet: 34, 62 and 81. RGB value is (52,98,129). Sum of RGB (Red+Green+Blue) = 52+98+129=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 129 - color contains mainly: blue. Hex color #346281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346281 is #CB9D7E. Grayscale: #575757. Windows color (decimal): -13344127 or 8479284. OLE color: 8479284.

HSL color Cylindrical-coordinate representation of color #346281: hue angle of 204.16º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #346281 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5298129-
CMYK0.600.2400.49
HSL204.16º42.54%35.49%-
HSV(B)204.16º59.69%50.59%-
XYZ9.7511.0522.39-
YUV87.78151.26102.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 129 (50.78% from 255) = 46.24%
R=18.64%
G=35.13%
B=46.24%

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
Decimal52981290.600.2400.49204.1642.5435.49
Hex3462813C18031cc2b23
Octal6414220174300613145343
Binary11010011000101000000111110011000011000111001100101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346281; }

 p { color: rgb(52,98,129); }

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

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

 a { background-color: rgb(52,98,129); }

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

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

 span { border-color: rgb(52,98,129); }

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