#29657A

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

Shades of Allports #29657A

Tints of Allports #29657A

Color information

#29657A (or 0x29657A) is unknown color: approx Allports. HEX triplet: 29, 65 and 7A. RGB value is (41,101,122). Sum of RGB (Red+Green+Blue) = 41+101+122=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 122 - color contains mainly: blue. Hex color #29657A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29657A is #D69A85. Grayscale: #555555. Windows color (decimal): -14064262 or 8021289. OLE color: 8021289.

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

Color convert

RGB41101122-
CMYK0.660.1700.52
HSL195.56º49.69%31.96%-
HSV(B)195.56º66.39%47.84%-
XYZ9.0811.1820.09-
YUV85.45148.6296.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.53%
GREEN value IS 101 (39.84% from 255) = 38.26%
BLUE value IS 122 (48.05% from 255) = 46.21%
R=15.53%
G=38.26%
B=46.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal411011220.660.1700.52195.5649.6931.96
Hex29657A4211034c43220
Octal51145172102210643046240
Binary10100111001011111010100001010001011010011000100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29657A; }

 p { color: rgb(41,101,122); }

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

<style>
 a { background-color: #29657A; }

 a { background-color: rgb(41,101,122); }

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

<style>
 span { border-color: #29657A; }

 span { border-color: rgb(41,101,122); }

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