#346383

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

Shades of Matisse #346383

Tints of Matisse #346383

Color information

#346383 (or 0x346383) is unknown color: approx Matisse. HEX triplet: 34, 63 and 83. RGB value is (52,99,131). Sum of RGB (Red+Green+Blue) = 52+99+131=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #346383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346383 is #CB9C7C. Grayscale: #585858. Windows color (decimal): -13343869 or 8610612. OLE color: 8610612.

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

Color convert

RGB5299131-
CMYK0.600.2400.49
HSL204.3º43.17%35.88%-
HSV(B)204.3º60.31%51.37%-
XYZ9.9711.2923.13-
YUV88.6151.93101.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 131 (51.56% from 255) = 46.45%
R=18.44%
G=35.11%
B=46.45%

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
Decimal52991310.600.2400.49204.343.1735.88
Hex3463833C18031cc2b24
Octal6414320374300613145344
Binary11010011000111000001111110011000011000111001100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346383; }

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

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

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

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

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

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

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

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