Shades of Arapawa #29455D
Tints of Arapawa #29455D
RGB
CMYK
RGB Variations
Color information
#29455D (or 0x29455D) is known color: Arapawa. HEX triplet: 29, 45 and 5D. RGB value is (41,69,93). Sum of RGB (Red+Green+Blue) = 41+69+93=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #29455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29455D is #D6BAA2. Grayscale: #3F3F3F. Windows color (decimal): -14072483 or 6112553. OLE color: 6112553.
HSL color Cylindrical-coordinate representation of color #29455D: hue angle of 207.69º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29455D is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 69 | 93 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.64 |
| HSL | 207.69º | 0.39% | 0.26% | - |
| HSV(B) | 207.69º | 0.56% | 0.36% | - |
| XYZ | 5.02 | 5.52 | 11.16 | - |
| YUV | 63.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 93 | 0.56 | 0.26 | 0 | 0.64 | 207.69 | 0.39 | 0.26 |
| Hex | 29 | 45 | 5D | 38 | 1A | 0 | 40 | D0 | 27 | 1A |
| Octal | 51 | 105 | 135 | 70 | 32 | 0 | 100 | 320 | 47 | 32 |
| Binary | 101001 | 1000101 | 1011101 | 111000 | 11010 | 0 | 1000000 | 11010000 | 100111 | 11010 |
Color Harmonies of #29455D
Complementary color
Monochromatic Colors of #29455D
Black with #29455D
Text Example
Text Example
White with #29455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29455D; }
p { color: rgb(41,69,93); }
H1.HeaderClassName
{
color: #29455D;
}
.AnyTagClassName
{
color: #29455D;
}
</style>
background-color css
<style>
a { background-color: #29455D; }
a { background-color: rgb(41,69,93); }
div.DivClassName
{
background-color: #29455D;
}
.BgClassName
{
background-color: #29455D;
}
</style>
border-color css
<style>
span { border-color: #29455D; }
span { border-color: rgb(41,69,93); }
td.TdClassName
{
border-color: #29455D;
}
.TagClassName
{
border-color: #29455D;
}
</style>