Shades of Arapawa #29455E
Tints of Arapawa #29455E
RGB
CMYK
RGB Variations
Color information
#29455E (or 0x29455E) is known color: Arapawa. HEX triplet: 29, 45 and 5E. RGB value is (41,69,94). Sum of RGB (Red+Green+Blue) = 41+69+94=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 94 - color contains mainly: blue. Hex color #29455E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29455E is #D6BAA1. Grayscale: #3F3F3F. Windows color (decimal): -14072482 or 6178089. OLE color: 6178089.
HSL color Cylindrical-coordinate representation of color #29455E: hue angle of 208.3º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29455E is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 41 | 69 | 94 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.63 |
| HSL | 208.3º | 0.39% | 0.26% | - |
| HSV(B) | 208.3º | 0.56% | 0.37% | - |
| XYZ | 5.06 | 5.54 | 11.39 | - |
| YUV | 63.48 | 145.22 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 94 | 0.56 | 0.27 | 0 | 0.63 | 208.3 | 0.39 | 0.26 |
| Hex | 29 | 45 | 5E | 38 | 1B | 0 | 3F | D0 | 27 | 1A |
| Octal | 51 | 105 | 136 | 70 | 33 | 0 | 77 | 320 | 47 | 32 |
| Binary | 101001 | 1000101 | 1011110 | 111000 | 11011 | 0 | 111111 | 11010000 | 100111 | 11010 |
Color Harmonies of #29455E
Complementary color
Monochromatic Colors of #29455E
Black with #29455E
Text Example
Text Example
White with #29455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29455E; }
p { color: rgb(41,69,94); }
H1.HeaderClassName
{
color: #29455E;
}
.AnyTagClassName
{
color: #29455E;
}
</style>
background-color css
<style>
a { background-color: #29455E; }
a { background-color: rgb(41,69,94); }
div.DivClassName
{
background-color: #29455E;
}
.BgClassName
{
background-color: #29455E;
}
</style>
border-color css
<style>
span { border-color: #29455E; }
span { border-color: rgb(41,69,94); }
td.TdClassName
{
border-color: #29455E;
}
.TagClassName
{
border-color: #29455E;
}
</style>