Html Css Color HEX #29838D Atoll

📋 copy color: '#29838D'

red 41 ◦ green 131 ◦ blue 141

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

Shades of Atoll #29838D

Tints of Atoll #29838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.85%

 BLUE value IS 141 (55.47% from 255) = 45.05%

R = 13.1%
G = 41.85%
B = 45.05%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29838D (or 0x29838D) is known color: Atoll. HEX triplet: 29, 83 and 8D. RGB value is (41,131,141). Sum of RGB (Red+Green+Blue) = 41+131+141=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #29838D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29838D is #D67C72. Grayscale: #696969. Windows color (decimal): -14056563 or 9274153. OLE color: 9274153.

HSL color Cylindrical-coordinate representation of color #29838D: hue angle of 186º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29838D is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 131 141 -
CMYK 0.71 0.07 0 0.45
HSL 186º 0.55% 0.36% -
HSV(B) 186º 0.71% 0.55% -
XYZ 13.84 18.63 28.07 -
YUV 105.23 148.18 82.19 -
System Red Green Blue C M Y K H S L
Decimal 41 131 141 0.71 0.07 0 0.45 186 0.55 0.36
Hex 29 83 8D 47 7 0 2D BA 37 24
Octal 51 203 215 107 7 0 55 272 67 44
Binary 101001 10000011 10001101 1000111 111 0 101101 10111010 110111 100100

Color Harmonies of #29838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29838D

Black with #29838D

Text Example


Text Example

White with #29838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,131,141); }

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

background-color css

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

 a { background-color: rgb(41,131,141); }

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

border-color css

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

 span { border-color: rgb(41,131,141); }

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