Html Css Color HEX #29717D Allports

📋 copy color: '#29717D'

red 41 ◦ green 113 ◦ blue 125

#29717D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #29717D

Tints of Allports #29717D

RGB

 RED value IS 41 (16.41% from 255) = 14.7%

 GREEN value IS 113 (44.53% from 255) = 40.5%

 BLUE value IS 125 (49.22% from 255) = 44.8%

R = 14.7%
G = 40.5%
B = 44.8%

CMYK

 C value IS 0.67

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29717D (or 0x29717D) is known color: Allports. HEX triplet: 29, 71 and 7D. RGB value is (41,113,125). Sum of RGB (Red+Green+Blue) = 41+113+125=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 125 - color contains mainly: blue. Hex color #29717D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29717D is #D68E82. Grayscale: #5C5C5C. Windows color (decimal): -14061187 or 8220969. OLE color: 8220969.

HSL color Cylindrical-coordinate representation of color #29717D: hue angle of 188.57º 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 #29717D is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 113 125 -
CMYK 0.67 0.10 0 0.51
HSL 188.57º 0.51% 0.33% -
HSV(B) 188.57º 0.67% 0.49% -
XYZ 10.52 13.76 21.5 -
YUV 92.84 146.15 91.02 -
System Red Green Blue C M Y K H S L
Decimal 41 113 125 0.67 0.10 0 0.51 188.57 0.51 0.33
Hex 29 71 7D 43 A 0 33 BD 33 21
Octal 51 161 175 103 12 0 63 275 63 41
Binary 101001 1110001 1111101 1000011 1010 0 110011 10111101 110011 100001

Color Harmonies of #29717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29717D

Black with #29717D

Text Example


Text Example

White with #29717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29717D;
 }
 .AnyTagClassName
 {
   color: #29717D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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