#34547F

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

Shades of St Tropaz #34547F

Tints of St Tropaz #34547F

Color information

#34547F (or 0x34547F) is unknown color: approx St Tropaz. HEX triplet: 34, 54 and 7F. RGB value is (52,84,127). Sum of RGB (Red+Green+Blue) = 52+84+127=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #34547F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34547F is #CBAB80. Grayscale: #4F4F4F. Windows color (decimal): -13347713 or 8344628. OLE color: 8344628.

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

Color convert

RGB5284127-
CMYK0.590.3400.50
HSL214.4º41.9%35.1%-
HSV(B)214.4º59.06%49.8%-
XYZ8.428.621.3-
YUV79.33154.9108.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 84 (33.20% from 255) = 31.94%
BLUE value IS 127 (50% from 255) = 48.29%
R=19.77%
G=31.94%
B=48.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52841270.590.3400.50214.441.935.1
Hex34547F3B22032d62a23
Octal6412417773420623265243
Binary11010010101001111111111011100010011001011010110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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