#29507D

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

Shades of St Tropaz #29507D

Tints of St Tropaz #29507D

Color information

#29507D (or 0x29507D) is unknown color: approx St Tropaz. HEX triplet: 29, 50 and 7D. RGB value is (41,80,125). Sum of RGB (Red+Green+Blue) = 41+80+125=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #29507D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29507D is #D6AF82. Grayscale: #494949. Windows color (decimal): -14069635 or 8212521. OLE color: 8212521.

HSL color Cylindrical-coordinate representation of color #29507D: hue angle of 212.14º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29507D is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4180125-
CMYK0.670.3600.51
HSL212.14º50.6%32.55%-
HSV(B)212.14º67.2%49.02%-
XYZ7.487.6920.49-
YUV73.47157.08104.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.67%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 125 (49.22% from 255) = 50.81%
R=16.67%
G=32.52%
B=50.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41801250.670.3600.51212.1450.632.55
Hex29507D4324033d43321
Octal51120175103440633246341
Binary101001101000011111011000011100100011001111010100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29507D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29507D; }

 p { color: rgb(41,80,125); }

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

<style>
 a { background-color: #29507D; }

 a { background-color: rgb(41,80,125); }

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

<style>
 span { border-color: #29507D; }

 span { border-color: rgb(41,80,125); }

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