#345586

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

Shades of St Tropaz #345586

Tints of St Tropaz #345586

Color information

#345586 (or 0x345586) is unknown color: approx St Tropaz. HEX triplet: 34, 55 and 86. RGB value is (52,85,134). Sum of RGB (Red+Green+Blue) = 52+85+134=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #345586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345586 is #CBAA79. Grayscale: #505050. Windows color (decimal): -13347450 or 8803636. OLE color: 8803636.

HSL color Cylindrical-coordinate representation of color #345586: hue angle of 215.85º 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 #345586 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5285134-
CMYK0.610.3700.47
HSL215.85º44.09%36.47%-
HSV(B)215.85º61.19%52.55%-
XYZ8.978.9523.81-
YUV80.72158.07107.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.19%
GREEN value IS 85 (33.59% from 255) = 31.37%
BLUE value IS 134 (52.73% from 255) = 49.45%
R=19.19%
G=31.37%
B=49.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52851340.610.3700.47215.8544.0936.47
Hex3455863D2502Fd82c24
Octal6412520675450573305444
Binary110100101010110000110111101100101010111111011000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345586; }

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

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

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

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

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

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

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

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