Shades of Arapawa #294E65
Tints of Arapawa #294E65
RGB
CMYK
RGB Variations
Color information
#294E65 (or 0x294E65) is known color: Arapawa. HEX triplet: 29, 4E and 65. RGB value is (41,78,101). Sum of RGB (Red+Green+Blue) = 41+78+101=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #294E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E65 is #D6B19A. Grayscale: #454545. Windows color (decimal): -14070171 or 6639145. OLE color: 6639145.
HSL color Cylindrical-coordinate representation of color #294E65: hue angle of 203º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #294E65 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 78 | 101 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.60 |
| HSL | 203º | 0.42% | 0.28% | - |
| HSV(B) | 203º | 0.59% | 0.4% | - |
| XYZ | 5.99 | 6.86 | 13.32 | - |
| YUV | 69.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 101 | 0.59 | 0.23 | 0 | 0.60 | 203 | 0.42 | 0.28 |
| Hex | 29 | 4E | 65 | 3B | 17 | 0 | 3C | CB | 2A | 1C |
| Octal | 51 | 116 | 145 | 73 | 27 | 0 | 74 | 313 | 52 | 34 |
| Binary | 101001 | 1001110 | 1100101 | 111011 | 10111 | 0 | 111100 | 11001011 | 101010 | 11100 |
Color Harmonies of #294E65
Complementary color
Monochromatic Colors of #294E65
Black with #294E65
Text Example
Text Example
White with #294E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294E65; }
p { color: rgb(41,78,101); }
H1.HeaderClassName
{
color: #294E65;
}
.AnyTagClassName
{
color: #294E65;
}
</style>
background-color css
<style>
a { background-color: #294E65; }
a { background-color: rgb(41,78,101); }
div.DivClassName
{
background-color: #294E65;
}
.BgClassName
{
background-color: #294E65;
}
</style>
border-color css
<style>
span { border-color: #294E65; }
span { border-color: rgb(41,78,101); }
td.TdClassName
{
border-color: #294E65;
}
.TagClassName
{
border-color: #294E65;
}
</style>