#345686

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

Shades of St Tropaz #345686

Tints of St Tropaz #345686

Color information

#345686 (or 0x345686) is unknown color: approx St Tropaz. HEX triplet: 34, 56 and 86. RGB value is (52,86,134). Sum of RGB (Red+Green+Blue) = 52+86+134=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #345686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345686 is #CBA979. Grayscale: #515151. Windows color (decimal): -13347194 or 8803892. OLE color: 8803892.

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

Color convert

RGB5286134-
CMYK0.610.3600.47
HSL215.12º44.09%36.47%-
HSV(B)215.12º61.19%52.55%-
XYZ9.059.1123.84-
YUV81.31157.74107.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.12%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 134 (52.73% from 255) = 49.26%
R=19.12%
G=31.62%
B=49.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52861340.610.3600.47215.1244.0936.47
Hex3456863D2402Fd72c24
Octal6412620675440573275444
Binary110100101011010000110111101100100010111111010111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345686; }

 p { color: rgb(52,86,134); }

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

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

 a { background-color: rgb(52,86,134); }

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

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

 span { border-color: rgb(52,86,134); }

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