Shades of Arapawa #294E63
Tints of Arapawa #294E63
RGB
CMYK
RGB Variations
Color information
#294E63 (or 0x294E63) is known color: Arapawa. HEX triplet: 29, 4E and 63. RGB value is (41,78,99). Sum of RGB (Red+Green+Blue) = 41+78+99=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #294E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E63 is #D6B19C. Grayscale: #454545. Windows color (decimal): -14070173 or 6508073. OLE color: 6508073.
HSL color Cylindrical-coordinate representation of color #294E63: hue angle of 201.72º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #294E63 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 78 | 99 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.61 |
| HSL | 201.72º | 0.41% | 0.27% | - |
| HSV(B) | 201.72º | 0.59% | 0.39% | - |
| XYZ | 5.89 | 6.82 | 12.81 | - |
| YUV | 69.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 99 | 0.59 | 0.21 | 0 | 0.61 | 201.72 | 0.41 | 0.27 |
| Hex | 29 | 4E | 63 | 3B | 15 | 0 | 3D | CA | 29 | 1B |
| Octal | 51 | 116 | 143 | 73 | 25 | 0 | 75 | 312 | 51 | 33 |
| Binary | 101001 | 1001110 | 1100011 | 111011 | 10101 | 0 | 111101 | 11001010 | 101001 | 11011 |
Color Harmonies of #294E63
Complementary color
Monochromatic Colors of #294E63
Black with #294E63
Text Example
Text Example
White with #294E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294E63; }
p { color: rgb(41,78,99); }
H1.HeaderClassName
{
color: #294E63;
}
.AnyTagClassName
{
color: #294E63;
}
</style>
background-color css
<style>
a { background-color: #294E63; }
a { background-color: rgb(41,78,99); }
div.DivClassName
{
background-color: #294E63;
}
.BgClassName
{
background-color: #294E63;
}
</style>
border-color css
<style>
span { border-color: #294E63; }
span { border-color: rgb(41,78,99); }
td.TdClassName
{
border-color: #294E63;
}
.TagClassName
{
border-color: #294E63;
}
</style>