Shades of Arapawa #294C61
Tints of Arapawa #294C61
RGB
CMYK
RGB Variations
Color information
#294C61 (or 0x294C61) is known color: Arapawa. HEX triplet: 29, 4C and 61. RGB value is (41,76,97). Sum of RGB (Red+Green+Blue) = 41+76+97=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #294C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C61 is #D6B39E. Grayscale: #434343. Windows color (decimal): -14070687 or 6376489. OLE color: 6376489.
HSL color Cylindrical-coordinate representation of color #294C61: hue angle of 202.5º 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 #294C61 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 76 | 97 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.62 |
| HSL | 202.5º | 0.41% | 0.27% | - |
| HSV(B) | 202.5º | 0.58% | 0.38% | - |
| XYZ | 5.66 | 6.5 | 12.27 | - |
| YUV | 67.93 | 144.4 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 97 | 0.58 | 0.22 | 0 | 0.62 | 202.5 | 0.41 | 0.27 |
| Hex | 29 | 4C | 61 | 3A | 16 | 0 | 3E | CA | 29 | 1B |
| Octal | 51 | 114 | 141 | 72 | 26 | 0 | 76 | 312 | 51 | 33 |
| Binary | 101001 | 1001100 | 1100001 | 111010 | 10110 | 0 | 111110 | 11001010 | 101001 | 11011 |
Color Harmonies of #294C61
Complementary color
Monochromatic Colors of #294C61
Black with #294C61
Text Example
Text Example
White with #294C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C61; }
p { color: rgb(41,76,97); }
H1.HeaderClassName
{
color: #294C61;
}
.AnyTagClassName
{
color: #294C61;
}
</style>
background-color css
<style>
a { background-color: #294C61; }
a { background-color: rgb(41,76,97); }
div.DivClassName
{
background-color: #294C61;
}
.BgClassName
{
background-color: #294C61;
}
</style>
border-color css
<style>
span { border-color: #294C61; }
span { border-color: rgb(41,76,97); }
td.TdClassName
{
border-color: #294C61;
}
.TagClassName
{
border-color: #294C61;
}
</style>