#345F85

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

Shades of Matisse #345F85

Tints of Matisse #345F85

Color information

#345F85 (or 0x345F85) is unknown color: approx Matisse. HEX triplet: 34, 5F and 85. RGB value is (52,95,133). Sum of RGB (Red+Green+Blue) = 52+95+133=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #345F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F85 is #CBA07A. Grayscale: #565656. Windows color (decimal): -13344891 or 8740660. OLE color: 8740660.

HSL color Cylindrical-coordinate representation of color #345F85: hue angle of 208.15º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #345F85 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5295133-
CMYK0.610.2900.48
HSL208.15º43.78%36.27%-
HSV(B)208.15º60.9%52.16%-
XYZ9.7410.6123.72-
YUV86.48154.25103.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.57%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 133 (52.34% from 255) = 47.5%
R=18.57%
G=33.93%
B=47.5%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52951330.610.2900.48208.1543.7836.27
Hex345F853D1D030d02c24
Octal6413720575350603205444
Binary11010010111111000010111110111101011000011010000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345F85; }

 p { color: rgb(52,95,133); }

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

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

 a { background-color: rgb(52,95,133); }

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

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

 span { border-color: rgb(52,95,133); }

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