Html Css Color HEX #29677F Allports

📋 copy color: '#29677F'

red 41 ◦ green 103 ◦ blue 127

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

Shades of Allports #29677F

Tints of Allports #29677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.01%

 BLUE value IS 127 (50% from 255) = 46.86%

R = 15.13%
G = 38.01%
B = 46.86%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#29677F (or 0x29677F) is known color: Allports. HEX triplet: 29, 67 and 7F. RGB value is (41,103,127). Sum of RGB (Red+Green+Blue) = 41+103+127=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #29677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29677F is #D69880. Grayscale: #575757. Windows color (decimal): -14063745 or 8349481. OLE color: 8349481.

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

Color convert

RGB 41 103 127 -
CMYK 0.68 0.19 0 0.50
HSL 196.74º 0.51% 0.33% -
HSV(B) 196.74º 0.68% 0.5% -
XYZ 9.6 11.7 21.83 -
YUV 87.2 150.46 95.05 -
System Red Green Blue C M Y K H S L
Decimal 41 103 127 0.68 0.19 0 0.50 196.74 0.51 0.33
Hex 29 67 7F 44 13 0 32 C5 33 21
Octal 51 147 177 104 23 0 62 305 63 41
Binary 101001 1100111 1111111 1000100 10011 0 110010 11000101 110011 100001

Color Harmonies of #29677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29677F

Black with #29677F

Text Example


Text Example

White with #29677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29677F;
 }
 .AnyTagClassName
 {
   color: #29677F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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