#345D85

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

Shades of Matisse #345D85

Tints of Matisse #345D85

Color information

#345D85 (or 0x345D85) is unknown color: approx Matisse. HEX triplet: 34, 5D and 85. RGB value is (52,93,133). Sum of RGB (Red+Green+Blue) = 52+93+133=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #345D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345D85 is #CBA27A. Grayscale: #555555. Windows color (decimal): -13345403 or 8740148. OLE color: 8740148.

HSL color Cylindrical-coordinate representation of color #345D85: hue angle of 209.63º 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 #345D85 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5293133-
CMYK0.610.3000.48
HSL209.63º43.78%36.27%-
HSV(B)209.63º60.9%52.16%-
XYZ9.5610.2523.67-
YUV85.3154.92104.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.71%
GREEN value IS 93 (36.72% from 255) = 33.45%
BLUE value IS 133 (52.34% from 255) = 47.84%
R=18.71%
G=33.45%
B=47.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52931330.610.3000.48209.6343.7836.27
Hex345D853D1E030d22c24
Octal6413520575360603225444
Binary11010010111011000010111110111110011000011010010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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