#29667F

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

Shades of Allports #29667F

Tints of Allports #29667F

Color information

#29667F (or 0x29667F) is unknown color: approx Allports. HEX triplet: 29, 66 and 7F. RGB value is (41,102,127). Sum of RGB (Red+Green+Blue) = 41+102+127=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #29667F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29667F is #D69980. Grayscale: #565656. Windows color (decimal): -14064001 or 8349225. OLE color: 8349225.

HSL color Cylindrical-coordinate representation of color #29667F: hue angle of 197.44º 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 #29667F is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB41102127-
CMYK0.680.2000.50
HSL197.44º51.19%32.94%-
HSV(B)197.44º67.72%49.8%-
XYZ9.511.5121.8-
YUV86.61150.7995.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.19%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 127 (50% from 255) = 47.04%
R=15.19%
G=37.78%
B=47.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal411021270.680.2000.50197.4451.1932.94
Hex29667F4414032c53321
Octal51146177104240623056341
Binary10100111001101111111100010010100011001011000101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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