Html Css Color HEX #29697B Allports

📋 copy color: '#29697B'

red 41 ◦ green 105 ◦ blue 123

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

Shades of Allports #29697B

Tints of Allports #29697B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.03%

 BLUE value IS 123 (48.44% from 255) = 45.72%

R = 15.24%
G = 39.03%
B = 45.72%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#29697B (or 0x29697B) is known color: Allports. HEX triplet: 29, 69 and 7B. RGB value is (41,105,123). Sum of RGB (Red+Green+Blue) = 41+105+123=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 123 - color contains mainly: blue. Hex color #29697B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29697B is #D69684. Grayscale: #575757. Windows color (decimal): -14063237 or 8087849. OLE color: 8087849.

HSL color Cylindrical-coordinate representation of color #29697B: hue angle of 193.17º 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 #29697B is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 41 105 123 -
CMYK 0.67 0.15 0 0.52
HSL 193.17º 0.5% 0.32% -
HSV(B) 193.17º 0.67% 0.48% -
XYZ 9.54 12 20.55 -
YUV 87.92 147.8 94.54 -
System Red Green Blue C M Y K H S L
Decimal 41 105 123 0.67 0.15 0 0.52 193.17 0.5 0.32
Hex 29 69 7B 43 F 0 34 C1 32 20
Octal 51 151 173 103 17 0 64 301 62 40
Binary 101001 1101001 1111011 1000011 1111 0 110100 11000001 110010 100000

Color Harmonies of #29697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29697B

Black with #29697B

Text Example


Text Example

White with #29697B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29697B;
 }
 .AnyTagClassName
 {
   color: #29697B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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