#346583

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

Shades of Matisse #346583

Tints of Matisse #346583

Color information

#346583 (or 0x346583) is unknown color: approx Matisse. HEX triplet: 34, 65 and 83. RGB value is (52,101,131). Sum of RGB (Red+Green+Blue) = 52+101+131=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #346583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346583 is #CB9A7C. Grayscale: #595959. Windows color (decimal): -13343357 or 8611124. OLE color: 8611124.

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

Color convert

RGB52101131-
CMYK0.600.2300.49
HSL202.78º43.17%35.88%-
HSV(B)202.78º60.31%51.37%-
XYZ10.1711.6823.19-
YUV89.77151.27101.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.31%
GREEN value IS 101 (39.84% from 255) = 35.56%
BLUE value IS 131 (51.56% from 255) = 46.13%
R=18.31%
G=35.56%
B=46.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521011310.600.2300.49202.7843.1735.88
Hex3465833C17031cb2b24
Octal6414520374270613135344
Binary11010011001011000001111110010111011000111001011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346583; }

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

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

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

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

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

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

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

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