Shades of Arapawa #29496A
Tints of Arapawa #29496A
RGB
CMYK
RGB Variations
Color information
#29496A (or 0x29496A) is known color: Arapawa. HEX triplet: 29, 49 and 6A. RGB value is (41,73,106). Sum of RGB (Red+Green+Blue) = 41+73+106=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #29496A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29496A is #D6B695. Grayscale: #434343. Windows color (decimal): -14071446 or 6965545. OLE color: 6965545.
HSL color Cylindrical-coordinate representation of color #29496A: hue angle of 210.46º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29496A is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 73 | 106 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.58 |
| HSL | 210.46º | 0.44% | 0.29% | - |
| HSV(B) | 210.46º | 0.61% | 0.42% | - |
| XYZ | 5.9 | 6.28 | 14.54 | - |
| YUV | 67.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 73 | 106 | 0.61 | 0.31 | 0 | 0.58 | 210.46 | 0.44 | 0.29 |
| Hex | 29 | 49 | 6A | 3D | 1F | 0 | 3A | D2 | 2C | 1D |
| Octal | 51 | 111 | 152 | 75 | 37 | 0 | 72 | 322 | 54 | 35 |
| Binary | 101001 | 1001001 | 1101010 | 111101 | 11111 | 0 | 111010 | 11010010 | 101100 | 11101 |
Color Harmonies of #29496A
Complementary color
Monochromatic Colors of #29496A
Black with #29496A
Text Example
Text Example
White with #29496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29496A; }
p { color: rgb(41,73,106); }
H1.HeaderClassName
{
color: #29496A;
}
.AnyTagClassName
{
color: #29496A;
}
</style>
background-color css
<style>
a { background-color: #29496A; }
a { background-color: rgb(41,73,106); }
div.DivClassName
{
background-color: #29496A;
}
.BgClassName
{
background-color: #29496A;
}
</style>
border-color css
<style>
span { border-color: #29496A; }
span { border-color: rgb(41,73,106); }
td.TdClassName
{
border-color: #29496A;
}
.TagClassName
{
border-color: #29496A;
}
</style>