#345C85

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

Shades of Matisse #345C85

Tints of Matisse #345C85

Color information

#345C85 (or 0x345C85) is unknown color: approx Matisse. HEX triplet: 34, 5C and 85. RGB value is (52,92,133). Sum of RGB (Red+Green+Blue) = 52+92+133=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #345C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C85 is #CBA37A. Grayscale: #545454. Windows color (decimal): -13345659 or 8739892. OLE color: 8739892.

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

Color convert

RGB5292133-
CMYK0.610.3100.48
HSL210.37º43.78%36.27%-
HSV(B)210.37º60.9%52.16%-
XYZ9.4810.0823.64-
YUV84.71155.25104.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.77%
GREEN value IS 92 (36.33% from 255) = 33.21%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=18.77%
G=33.21%
B=48.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52921330.610.3100.48210.3743.7836.27
Hex345C853D1F030d22c24
Octal6413420575370603225444
Binary11010010111001000010111110111111011000011010010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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