Shades of Arapawa #294F60
Tints of Arapawa #294F60
RGB
CMYK
RGB Variations
Color information
#294F60 (or 0x294F60) is known color: Arapawa. HEX triplet: 29, 4F and 60. RGB value is (41,79,96). Sum of RGB (Red+Green+Blue) = 41+79+96=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #294F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F60 is #D6B09F. Grayscale: #454545. Windows color (decimal): -14069920 or 6311721. OLE color: 6311721.
HSL color Cylindrical-coordinate representation of color #294F60: hue angle of 198.55º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #294F60 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 79 | 96 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.62 |
| HSL | 198.55º | 0.4% | 0.27% | - |
| HSV(B) | 198.55º | 0.57% | 0.38% | - |
| XYZ | 5.82 | 6.91 | 12.09 | - |
| YUV | 69.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 96 | 0.57 | 0.18 | 0 | 0.62 | 198.55 | 0.4 | 0.27 |
| Hex | 29 | 4F | 60 | 39 | 12 | 0 | 3E | C7 | 28 | 1B |
| Octal | 51 | 117 | 140 | 71 | 22 | 0 | 76 | 307 | 50 | 33 |
| Binary | 101001 | 1001111 | 1100000 | 111001 | 10010 | 0 | 111110 | 11000111 | 101000 | 11011 |
Color Harmonies of #294F60
Complementary color
Monochromatic Colors of #294F60
Black with #294F60
Text Example
Text Example
White with #294F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294F60; }
p { color: rgb(41,79,96); }
H1.HeaderClassName
{
color: #294F60;
}
.AnyTagClassName
{
color: #294F60;
}
</style>
background-color css
<style>
a { background-color: #294F60; }
a { background-color: rgb(41,79,96); }
div.DivClassName
{
background-color: #294F60;
}
.BgClassName
{
background-color: #294F60;
}
</style>
border-color css
<style>
span { border-color: #294F60; }
span { border-color: rgb(41,79,96); }
td.TdClassName
{
border-color: #294F60;
}
.TagClassName
{
border-color: #294F60;
}
</style>