Shades of Arapawa #294A61
Tints of Arapawa #294A61
RGB
CMYK
RGB Variations
Color information
#294A61 (or 0x294A61) is known color: Arapawa. HEX triplet: 29, 4A and 61. RGB value is (41,74,97). Sum of RGB (Red+Green+Blue) = 41+74+97=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #294A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A61 is #D6B59E. Grayscale: #424242. Windows color (decimal): -14071199 or 6375977. OLE color: 6375977.
HSL color Cylindrical-coordinate representation of color #294A61: hue angle of 204.64º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #294A61 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 74 | 97 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.62 |
| HSL | 204.64º | 0.41% | 0.27% | - |
| HSV(B) | 204.64º | 0.58% | 0.38% | - |
| XYZ | 5.52 | 6.23 | 12.22 | - |
| YUV | 66.76 | 145.07 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 97 | 0.58 | 0.24 | 0 | 0.62 | 204.64 | 0.41 | 0.27 |
| Hex | 29 | 4A | 61 | 3A | 18 | 0 | 3E | CD | 29 | 1B |
| Octal | 51 | 112 | 141 | 72 | 30 | 0 | 76 | 315 | 51 | 33 |
| Binary | 101001 | 1001010 | 1100001 | 111010 | 11000 | 0 | 111110 | 11001101 | 101001 | 11011 |
Color Harmonies of #294A61
Complementary color
Monochromatic Colors of #294A61
Black with #294A61
Text Example
Text Example
White with #294A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294A61; }
p { color: rgb(41,74,97); }
H1.HeaderClassName
{
color: #294A61;
}
.AnyTagClassName
{
color: #294A61;
}
</style>
background-color css
<style>
a { background-color: #294A61; }
a { background-color: rgb(41,74,97); }
div.DivClassName
{
background-color: #294A61;
}
.BgClassName
{
background-color: #294A61;
}
</style>
border-color css
<style>
span { border-color: #294A61; }
span { border-color: rgb(41,74,97); }
td.TdClassName
{
border-color: #294A61;
}
.TagClassName
{
border-color: #294A61;
}
</style>