#345C89

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

Shades of St Tropaz #345C89

Tints of St Tropaz #345C89

Color information

#345C89 (or 0x345C89) is unknown color: approx St Tropaz. HEX triplet: 34, 5C and 89. RGB value is (52,92,137). Sum of RGB (Red+Green+Blue) = 52+92+137=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #345C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C89 is #CBA376. Grayscale: #545454. Windows color (decimal): -13345655 or 9002036. OLE color: 9002036.

HSL color Cylindrical-coordinate representation of color #345C89: hue angle of 211.76º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #345C89 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5292137-
CMYK0.620.3300.46
HSL211.76º44.97%37.06%-
HSV(B)211.76º62.04%53.73%-
XYZ9.7610.1925.12-
YUV85.17157.25104.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.51%
GREEN value IS 92 (36.33% from 255) = 32.74%
BLUE value IS 137 (53.91% from 255) = 48.75%
R=18.51%
G=32.74%
B=48.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52921370.620.3300.46211.7644.9737.06
Hex345C893E2102Ed42d25
Octal6413421176410563245545
Binary110100101110010001001111110100001010111011010100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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