#345A86

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

Shades of St Tropaz #345A86

Tints of St Tropaz #345A86

Color information

#345A86 (or 0x345A86) is unknown color: approx St Tropaz. HEX triplet: 34, 5A and 86. RGB value is (52,90,134). Sum of RGB (Red+Green+Blue) = 52+90+134=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #345A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345A86 is #CBA579. Grayscale: #535353. Windows color (decimal): -13346170 or 8804916. OLE color: 8804916.

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

Color convert

RGB5290134-
CMYK0.610.3300.47
HSL212.2º44.09%36.47%-
HSV(B)212.2º61.19%52.55%-
XYZ9.389.7623.94-
YUV83.65156.41105.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.84%
GREEN value IS 90 (35.55% from 255) = 32.61%
BLUE value IS 134 (52.73% from 255) = 48.55%
R=18.84%
G=32.61%
B=48.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52901340.610.3300.47212.244.0936.47
Hex345A863D2102Fd42c24
Octal6413220675410573245444
Binary110100101101010000110111101100001010111111010100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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