#29707B

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

Shades of Allports #29707B

Tints of Allports #29707B

Color information

#29707B (or 0x29707B) is unknown color: approx Allports. HEX triplet: 29, 70 and 7B. RGB value is (41,112,123). Sum of RGB (Red+Green+Blue) = 41+112+123=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #29707B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29707B is #D68F84. Grayscale: #5B5B5B. Windows color (decimal): -14061445 or 8089641. OLE color: 8089641.

HSL color Cylindrical-coordinate representation of color #29707B: hue angle of 188.05º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29707B is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB41112123-
CMYK0.670.0900.52
HSL188.05º50%32.16%-
HSV(B)188.05º66.67%48.24%-
XYZ10.2813.4920.8-
YUV92.02145.4891.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.86%
GREEN value IS 112 (44.14% from 255) = 40.58%
BLUE value IS 123 (48.44% from 255) = 44.57%
R=14.86%
G=40.58%
B=44.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal411121230.670.0900.52188.055032.16
Hex29707B439034bc3220
Octal51160173103110642746240
Binary1010011110000111101110000111001011010010111100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29707B; }

 p { color: rgb(41,112,123); }

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

<style>
 a { background-color: #29707B; }

 a { background-color: rgb(41,112,123); }

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

<style>
 span { border-color: #29707B; }

 span { border-color: rgb(41,112,123); }

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