#345984

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

Shades of St Tropaz #345984

Tints of St Tropaz #345984

Color information

#345984 (or 0x345984) is unknown color: approx St Tropaz. HEX triplet: 34, 59 and 84. RGB value is (52,89,132). Sum of RGB (Red+Green+Blue) = 52+89+132=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #345984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345984 is #CBA67B. Grayscale: #525252. Windows color (decimal): -13346428 or 8673588. OLE color: 8673588.

HSL color Cylindrical-coordinate representation of color #345984: hue angle of 212.25º degrees, saturation: 0.43, 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 #345984 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5289132-
CMYK0.610.3300.48
HSL212.25º43.48%36.08%-
HSV(B)212.25º60.61%51.76%-
XYZ9.159.5423.19-
YUV82.84155.74106-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.05%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 132 (51.95% from 255) = 48.35%
R=19.05%
G=32.60%
B=48.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52891320.610.3300.48212.2543.4836.08
Hex3459843D21030d42b24
Octal6413120475410603245344
Binary110100101100110000100111101100001011000011010100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345984; }

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

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

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

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

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

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

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

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