#346388

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

Shades of Matisse #346388

Tints of Matisse #346388

Color information

#346388 (or 0x346388) is unknown color: approx Matisse. HEX triplet: 34, 63 and 88. RGB value is (52,99,136). Sum of RGB (Red+Green+Blue) = 52+99+136=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #346388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346388 is #CB9C77. Grayscale: #585858. Windows color (decimal): -13343864 or 8938292. OLE color: 8938292.

HSL color Cylindrical-coordinate representation of color #346388: hue angle of 206.43º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #346388 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5299136-
CMYK0.620.2700.47
HSL206.43º44.68%36.86%-
HSV(B)206.43º61.76%53.33%-
XYZ10.3211.4324.95-
YUV89.16154.43101.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.12%
GREEN value IS 99 (39.06% from 255) = 34.49%
BLUE value IS 136 (53.52% from 255) = 47.39%
R=18.12%
G=34.49%
B=47.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52991360.620.2700.47206.4344.6836.86
Hex3463883E1B02Fce2d25
Octal6414321076330573165545
Binary11010011000111000100011111011011010111111001110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346388; }

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

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

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

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

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

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

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

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