Shades of Arapawa #294E69
Tints of Arapawa #294E69
RGB
CMYK
RGB Variations
Color information
#294E69 (or 0x294E69) is known color: Arapawa. HEX triplet: 29, 4E and 69. RGB value is (41,78,105). Sum of RGB (Red+Green+Blue) = 41+78+105=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #294E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E69 is #D6B196. Grayscale: #454545. Windows color (decimal): -14070167 or 6901289. OLE color: 6901289.
HSL color Cylindrical-coordinate representation of color #294E69: hue angle of 205.31º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #294E69 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 41 | 78 | 105 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.59 |
| HSL | 205.31º | 0.44% | 0.29% | - |
| HSV(B) | 205.31º | 0.61% | 0.41% | - |
| XYZ | 6.19 | 6.94 | 14.38 | - |
| YUV | 70.02 | 147.74 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 105 | 0.61 | 0.26 | 0 | 0.59 | 205.31 | 0.44 | 0.29 |
| Hex | 29 | 4E | 69 | 3D | 1A | 0 | 3B | CD | 2C | 1D |
| Octal | 51 | 116 | 151 | 75 | 32 | 0 | 73 | 315 | 54 | 35 |
| Binary | 101001 | 1001110 | 1101001 | 111101 | 11010 | 0 | 111011 | 11001101 | 101100 | 11101 |
Color Harmonies of #294E69
Complementary color
Monochromatic Colors of #294E69
Black with #294E69
Text Example
Text Example
White with #294E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294E69; }
p { color: rgb(41,78,105); }
H1.HeaderClassName
{
color: #294E69;
}
.AnyTagClassName
{
color: #294E69;
}
</style>
background-color css
<style>
a { background-color: #294E69; }
a { background-color: rgb(41,78,105); }
div.DivClassName
{
background-color: #294E69;
}
.BgClassName
{
background-color: #294E69;
}
</style>
border-color css
<style>
span { border-color: #294E69; }
span { border-color: rgb(41,78,105); }
td.TdClassName
{
border-color: #294E69;
}
.TagClassName
{
border-color: #294E69;
}
</style>