Html Css Color HEX #29687D Allports

📋 copy color: '#29687D'

red 41 ◦ green 104 ◦ blue 125

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

Shades of Allports #29687D

Tints of Allports #29687D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.52%

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

R = 15.19%
G = 38.52%
B = 46.3%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29687D (or 0x29687D) is known color: Allports. HEX triplet: 29, 68 and 7D. RGB value is (41,104,125). Sum of RGB (Red+Green+Blue) = 41+104+125=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #29687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29687D is #D69782. Grayscale: #575757. Windows color (decimal): -14063491 or 8218665. OLE color: 8218665.

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

Color convert

RGB 41 104 125 -
CMYK 0.67 0.17 0 0.51
HSL 195º 0.51% 0.33% -
HSV(B) 195º 0.67% 0.49% -
XYZ 9.57 11.85 21.19 -
YUV 87.56 149.13 94.79 -
System Red Green Blue C M Y K H S L
Decimal 41 104 125 0.67 0.17 0 0.51 195 0.51 0.33
Hex 29 68 7D 43 11 0 33 C3 33 21
Octal 51 150 175 103 21 0 63 303 63 41
Binary 101001 1101000 1111101 1000011 10001 0 110011 11000011 110011 100001

Color Harmonies of #29687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29687D

Black with #29687D

Text Example


Text Example

White with #29687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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