Shades of Pelorous #29A3BC
Tints of Pelorous #29A3BC
RGB
CMYK
RGB Variations
Color information
#29A3BC (or 0x29A3BC) is known color: Pelorous. HEX triplet: 29, A3 and BC. RGB value is (41,163,188). Sum of RGB (Red+Green+Blue) = 41+163+188=392 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.46% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #29A3BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A3BC is #D65C43. Grayscale: #818181. Windows color (decimal): -14048324 or 12362537. OLE color: 12362537.
HSL color Cylindrical-coordinate representation of color #29A3BC: hue angle of 190.2º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29A3BC is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 163 | 188 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.26 |
| HSL | 190.2º | 0.64% | 0.45% | - |
| HSV(B) | 190.2º | 0.78% | 0.74% | - |
| XYZ | 23.09 | 30.3 | 52.21 | - |
| YUV | 129.37 | 161.08 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 163 | 188 | 0.78 | 0.13 | 0 | 0.26 | 190.2 | 0.64 | 0.45 |
| Hex | 29 | A3 | BC | 4E | D | 0 | 1A | BE | 40 | 2D |
| Octal | 51 | 243 | 274 | 116 | 15 | 0 | 32 | 276 | 100 | 55 |
| Binary | 101001 | 10100011 | 10111100 | 1001110 | 1101 | 0 | 11010 | 10111110 | 1000000 | 101101 |
Color Harmonies of #29A3BC
Complementary color
Monochromatic Colors of #29A3BC
Black with #29A3BC
Text Example
Text Example
White with #29A3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A3BC; }
p { color: rgb(41,163,188); }
H1.HeaderClassName
{
color: #29A3BC;
}
.AnyTagClassName
{
color: #29A3BC;
}
</style>
background-color css
<style>
a { background-color: #29A3BC; }
a { background-color: rgb(41,163,188); }
div.DivClassName
{
background-color: #29A3BC;
}
.BgClassName
{
background-color: #29A3BC;
}
</style>
border-color css
<style>
span { border-color: #29A3BC; }
span { border-color: rgb(41,163,188); }
td.TdClassName
{
border-color: #29A3BC;
}
.TagClassName
{
border-color: #29A3BC;
}
</style>