#345983

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

Shades of St Tropaz #345983

Tints of St Tropaz #345983

Color information

#345983 (or 0x345983) is unknown color: approx St Tropaz. HEX triplet: 34, 59 and 83. RGB value is (52,89,131). Sum of RGB (Red+Green+Blue) = 52+89+131=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #345983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345983 is #CBA67C. Grayscale: #525252. Windows color (decimal): -13346429 or 8608052. OLE color: 8608052.

HSL color Cylindrical-coordinate representation of color #345983: hue angle of 211.9º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #345983 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5289131-
CMYK0.600.3200.49
HSL211.9º43.17%35.88%-
HSV(B)211.9º60.31%51.37%-
XYZ9.099.5122.83-
YUV82.72155.24106.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.12%
GREEN value IS 89 (35.16% from 255) = 32.72%
BLUE value IS 131 (51.56% from 255) = 48.16%
R=19.12%
G=32.72%
B=48.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52891310.600.3200.49211.943.1735.88
Hex3459833C20031d42b24
Octal6413120374400613245344
Binary110100101100110000011111100100000011000111010100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345983; }

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

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

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

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

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

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

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

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