Shades of Arapawa #29486B
Tints of Arapawa #29486B
RGB
CMYK
RGB Variations
Color information
#29486B (or 0x29486B) is known color: Arapawa. HEX triplet: 29, 48 and 6B. RGB value is (41,72,107). Sum of RGB (Red+Green+Blue) = 41+72+107=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #29486B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29486B is #D6B794. Grayscale: #424242. Windows color (decimal): -14071701 or 7030825. OLE color: 7030825.
HSL color Cylindrical-coordinate representation of color #29486B: hue angle of 211.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29486B is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 72 | 107 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.58 |
| HSL | 211.82º | 0.45% | 0.29% | - |
| HSV(B) | 211.82º | 0.62% | 0.42% | - |
| XYZ | 5.89 | 6.17 | 14.79 | - |
| YUV | 66.72 | 150.73 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 107 | 0.62 | 0.33 | 0 | 0.58 | 211.82 | 0.45 | 0.29 |
| Hex | 29 | 48 | 6B | 3E | 21 | 0 | 3A | D4 | 2D | 1D |
| Octal | 51 | 110 | 153 | 76 | 41 | 0 | 72 | 324 | 55 | 35 |
| Binary | 101001 | 1001000 | 1101011 | 111110 | 100001 | 0 | 111010 | 11010100 | 101101 | 11101 |
Color Harmonies of #29486B
Complementary color
Monochromatic Colors of #29486B
Black with #29486B
Text Example
Text Example
White with #29486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29486B; }
p { color: rgb(41,72,107); }
H1.HeaderClassName
{
color: #29486B;
}
.AnyTagClassName
{
color: #29486B;
}
</style>
background-color css
<style>
a { background-color: #29486B; }
a { background-color: rgb(41,72,107); }
div.DivClassName
{
background-color: #29486B;
}
.BgClassName
{
background-color: #29486B;
}
</style>
border-color css
<style>
span { border-color: #29486B; }
span { border-color: rgb(41,72,107); }
td.TdClassName
{
border-color: #29486B;
}
.TagClassName
{
border-color: #29486B;
}
</style>