#345A85

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

Shades of St Tropaz #345A85

Tints of St Tropaz #345A85

Color information

#345A85 (or 0x345A85) is unknown color: approx St Tropaz. HEX triplet: 34, 5A and 85. RGB value is (52,90,133). Sum of RGB (Red+Green+Blue) = 52+90+133=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #345A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345A85 is #CBA57A. Grayscale: #535353. Windows color (decimal): -13346171 or 8739380. OLE color: 8739380.

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

Color convert

RGB5290133-
CMYK0.610.3200.48
HSL211.85º43.78%36.27%-
HSV(B)211.85º60.9%52.16%-
XYZ9.319.7423.58-
YUV83.54155.91105.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 90 (35.55% from 255) = 32.73%
BLUE value IS 133 (52.34% from 255) = 48.36%
R=18.91%
G=32.73%
B=48.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52901330.610.3200.48211.8543.7836.27
Hex345A853D20030d42c24
Octal6413220575400603245444
Binary110100101101010000101111101100000011000011010100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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