#34537E

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

Shades of St Tropaz #34537E

Tints of St Tropaz #34537E

Color information

#34537E (or 0x34537E) is unknown color: approx St Tropaz. HEX triplet: 34, 53 and 7E. RGB value is (52,83,126). Sum of RGB (Red+Green+Blue) = 52+83+126=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 126 - color contains mainly: blue. Hex color #34537E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34537E is #CBAC81. Grayscale: #4E4E4E. Windows color (decimal): -13347970 or 8278836. OLE color: 8278836.

HSL color Cylindrical-coordinate representation of color #34537E: hue angle of 214.86º 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 #34537E is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5283126-
CMYK0.590.3400.51
HSL214.86º41.57%34.9%-
HSV(B)214.86º58.73%49.41%-
XYZ8.288.4220.93-
YUV78.63154.73109-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.92%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 126 (49.61% from 255) = 48.28%
R=19.92%
G=31.80%
B=48.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52831260.590.3400.51214.8641.5734.9
Hex34537E3B22033d72a23
Octal6412317673420633275243
Binary11010010100111111110111011100010011001111010111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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