Html Css Color HEX #29757D Atoll

📋 copy color: '#29757D'

red 41 ◦ green 117 ◦ blue 125

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

Shades of Atoll #29757D

Tints of Atoll #29757D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.34%

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

R = 14.49%
G = 41.34%
B = 44.17%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29757D (or 0x29757D) is known color: Atoll. HEX triplet: 29, 75 and 7D. RGB value is (41,117,125). Sum of RGB (Red+Green+Blue) = 41+117+125=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #29757D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29757D is #D68A82. Grayscale: #5F5F5F. Windows color (decimal): -14060163 or 8221993. OLE color: 8221993.

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

Color convert

RGB 41 117 125 -
CMYK 0.67 0.06 0 0.51
HSL 185.71º 0.51% 0.33% -
HSV(B) 185.71º 0.67% 0.49% -
XYZ 10.98 14.67 21.66 -
YUV 95.19 144.82 89.35 -
System Red Green Blue C M Y K H S L
Decimal 41 117 125 0.67 0.06 0 0.51 185.71 0.51 0.33
Hex 29 75 7D 43 6 0 33 BA 33 21
Octal 51 165 175 103 6 0 63 272 63 41
Binary 101001 1110101 1111101 1000011 110 0 110011 10111010 110011 100001

Color Harmonies of #29757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29757D

Black with #29757D

Text Example


Text Example

White with #29757D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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