#34547E

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

Shades of St Tropaz #34547E

Tints of St Tropaz #34547E

Color information

#34547E (or 0x34547E) is unknown color: approx St Tropaz. HEX triplet: 34, 54 and 7E. RGB value is (52,84,126). Sum of RGB (Red+Green+Blue) = 52+84+126=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 126 - color contains mainly: blue. Hex color #34547E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34547E is #CBAB81. Grayscale: #4F4F4F. Windows color (decimal): -13347714 or 8279092. OLE color: 8279092.

HSL color Cylindrical-coordinate representation of color #34547E: hue angle of 214.05º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34547E is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5284126-
CMYK0.590.3300.51
HSL214.05º41.57%34.9%-
HSV(B)214.05º58.73%49.41%-
XYZ8.358.5820.95-
YUV79.22154.4108.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.85%
GREEN value IS 84 (33.20% from 255) = 32.06%
BLUE value IS 126 (49.61% from 255) = 48.09%
R=19.85%
G=32.06%
B=48.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52841260.590.3300.51214.0541.5734.9
Hex34547E3B21033d62a23
Octal6412417673410633265243
Binary11010010101001111110111011100001011001111010110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34547E; }

 p { color: rgb(52,84,126); }

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

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

 a { background-color: rgb(52,84,126); }

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

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

 span { border-color: rgb(52,84,126); }

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