Html Css Color HEX #29697D Allports

📋 copy color: '#29697D'

red 41 ◦ green 105 ◦ blue 125

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

Shades of Allports #29697D

Tints of Allports #29697D

RGB

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

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

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

R = 15.13%
G = 38.75%
B = 46.13%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29697D (or 0x29697D) is known color: Allports. HEX triplet: 29, 69 and 7D. RGB value is (41,105,125). Sum of RGB (Red+Green+Blue) = 41+105+125=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #29697D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29697D is #D69682. Grayscale: #585858. Windows color (decimal): -14063235 or 8218921. OLE color: 8218921.

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

Color convert

RGB 41 105 125 -
CMYK 0.67 0.16 0 0.51
HSL 194.29º 0.51% 0.33% -
HSV(B) 194.29º 0.67% 0.49% -
XYZ 9.67 12.06 21.22 -
YUV 88.14 148.8 94.37 -
System Red Green Blue C M Y K H S L
Decimal 41 105 125 0.67 0.16 0 0.51 194.29 0.51 0.33
Hex 29 69 7D 43 10 0 33 C2 33 21
Octal 51 151 175 103 20 0 63 302 63 41
Binary 101001 1101001 1111101 1000011 10000 0 110011 11000010 110011 100001

Color Harmonies of #29697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29697D

Black with #29697D

Text Example


Text Example

White with #29697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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