#346280

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

Shades of Matisse #346280

Tints of Matisse #346280

Color information

#346280 (or 0x346280) is unknown color: approx Matisse. HEX triplet: 34, 62 and 80. RGB value is (52,98,128). Sum of RGB (Red+Green+Blue) = 52+98+128=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 128 - color contains mainly: blue. Hex color #346280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346280 is #CB9D7F. Grayscale: #575757. Windows color (decimal): -13344128 or 8413748. OLE color: 8413748.

HSL color Cylindrical-coordinate representation of color #346280: hue angle of 203.68º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #346280 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5298128-
CMYK0.590.2300.50
HSL203.68º42.22%35.29%-
HSV(B)203.68º59.38%50.2%-
XYZ9.6811.0222.04-
YUV87.67150.76102.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.71%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 128 (50.39% from 255) = 46.04%
R=18.71%
G=35.25%
B=46.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52981280.590.2300.50203.6842.2235.29
Hex3462803B17032cc2a23
Octal6414220073270623145243
Binary11010011000101000000011101110111011001011001100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346280; }

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

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

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

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

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

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

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

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