Html Css Color HEX #29737D Atoll

📋 copy color: '#29737D'

red 41 ◦ green 115 ◦ blue 125

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

Shades of Atoll #29737D

Tints of Atoll #29737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.93%

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

R = 14.59%
G = 40.93%
B = 44.48%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29737D (or 0x29737D) is known color: Atoll. HEX triplet: 29, 73 and 7D. RGB value is (41,115,125). Sum of RGB (Red+Green+Blue) = 41+115+125=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #29737D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29737D is #D68C82. Grayscale: #5D5D5D. Windows color (decimal): -14060675 or 8221481. OLE color: 8221481.

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

Color convert

RGB 41 115 125 -
CMYK 0.67 0.08 0 0.51
HSL 187.14º 0.51% 0.33% -
HSV(B) 187.14º 0.67% 0.49% -
XYZ 10.75 14.21 21.58 -
YUV 94.01 145.48 90.19 -
System Red Green Blue C M Y K H S L
Decimal 41 115 125 0.67 0.08 0 0.51 187.14 0.51 0.33
Hex 29 73 7D 43 8 0 33 BB 33 21
Octal 51 163 175 103 10 0 63 273 63 41
Binary 101001 1110011 1111101 1000011 1000 0 110011 10111011 110011 100001

Color Harmonies of #29737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29737D

Black with #29737D

Text Example


Text Example

White with #29737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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