#345989

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

Shades of St Tropaz #345989

Tints of St Tropaz #345989

Color information

#345989 (or 0x345989) is unknown color: approx St Tropaz. HEX triplet: 34, 59 and 89. RGB value is (52,89,137). Sum of RGB (Red+Green+Blue) = 52+89+137=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #345989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345989 is #CBA676. Grayscale: #535353. Windows color (decimal): -13346423 or 9001268. OLE color: 9001268.

HSL color Cylindrical-coordinate representation of color #345989: hue angle of 213.88º 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 #345989 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5289137-
CMYK0.620.3500.46
HSL213.88º44.97%37.06%-
HSV(B)213.88º62.04%53.73%-
XYZ9.59.6825.03-
YUV83.41158.24105.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.71%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 137 (53.91% from 255) = 49.28%
R=18.71%
G=32.01%
B=49.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52891370.620.3500.46213.8844.9737.06
Hex3459893E2302Ed62d25
Octal6413121176430563265545
Binary110100101100110001001111110100011010111011010110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345989; }

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

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

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

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

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

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

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

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