#29517F

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

Shades of St Tropaz #29517F

Tints of St Tropaz #29517F

Color information

#29517F (or 0x29517F) is unknown color: approx St Tropaz. HEX triplet: 29, 51 and 7F. RGB value is (41,81,127). Sum of RGB (Red+Green+Blue) = 41+81+127=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #29517F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29517F is #D6AE80. Grayscale: #4A4A4A. Windows color (decimal): -14069377 or 8343849. OLE color: 8343849.

HSL color Cylindrical-coordinate representation of color #29517F: hue angle of 212.09º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29517F is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4181127-
CMYK0.680.3600.50
HSL212.09º51.19%32.94%-
HSV(B)212.09º67.72%49.8%-
XYZ7.697.8921.2-
YUV74.28157.75104.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.47%
GREEN value IS 81 (32.03% from 255) = 32.53%
BLUE value IS 127 (50% from 255) = 51.00%
R=16.47%
G=32.53%
B=51.00%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41811270.680.3600.50212.0951.1932.94
Hex29517F4424032d43321
Octal51121177104440623246341
Binary101001101000111111111000100100100011001011010100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,81,127); }

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

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

 a { background-color: rgb(41,81,127); }

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

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

 span { border-color: rgb(41,81,127); }

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