#345982

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

Shades of St Tropaz #345982

Tints of St Tropaz #345982

Color information

#345982 (or 0x345982) is unknown color: approx St Tropaz. HEX triplet: 34, 59 and 82. RGB value is (52,89,130). Sum of RGB (Red+Green+Blue) = 52+89+130=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #345982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345982 is #CBA67D. Grayscale: #525252. Windows color (decimal): -13346430 or 8542516. OLE color: 8542516.

HSL color Cylindrical-coordinate representation of color #345982: hue angle of 211.54º 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 #345982 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5289130-
CMYK0.600.3200.49
HSL211.54º42.86%35.69%-
HSV(B)211.54º60%50.98%-
XYZ9.029.4922.47-
YUV82.61154.74106.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.19%
GREEN value IS 89 (35.16% from 255) = 32.84%
BLUE value IS 130 (51.17% from 255) = 47.97%
R=19.19%
G=32.84%
B=47.97%

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
Decimal52891300.600.3200.49211.5442.8635.69
Hex3459823C20031d42b24
Octal6413120274400613245344
Binary110100101100110000010111100100000011000111010100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345982; }

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

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

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

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

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

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

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

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