#34537C

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

Shades of St Tropaz #34537C

Tints of St Tropaz #34537C

Color information

#34537C (or 0x34537C) is unknown color: approx St Tropaz. HEX triplet: 34, 53 and 7C. RGB value is (52,83,124). Sum of RGB (Red+Green+Blue) = 52+83+124=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #34537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34537C is #CBAC83. Grayscale: #4E4E4E. Windows color (decimal): -13347972 or 8147764. OLE color: 8147764.

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

Color convert

RGB5283124-
CMYK0.580.3300.51
HSL214.17º40.91%34.51%-
HSV(B)214.17º58.06%48.63%-
XYZ8.158.3720.26-
YUV78.4153.73109.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.08%
GREEN value IS 83 (32.81% from 255) = 32.05%
BLUE value IS 124 (48.83% from 255) = 47.88%
R=20.08%
G=32.05%
B=47.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52831240.580.3300.51214.1740.9134.51
Hex34537C3A21033d62923
Octal6412317472410633265143
Binary11010010100111111100111010100001011001111010110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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