Shades of Arapawa #294F5E
Tints of Arapawa #294F5E
RGB
CMYK
RGB Variations
Color information
#294F5E (or 0x294F5E) is known color: Arapawa. HEX triplet: 29, 4F and 5E. RGB value is (41,79,94). Sum of RGB (Red+Green+Blue) = 41+79+94=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 94 - color contains mainly: blue. Hex color #294F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F5E is #D6B0A1. Grayscale: #454545. Windows color (decimal): -14069922 or 6180649. OLE color: 6180649.
HSL color Cylindrical-coordinate representation of color #294F5E: hue angle of 196.98º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #294F5E is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 41 | 79 | 94 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.63 |
| HSL | 196.98º | 0.39% | 0.26% | - |
| HSV(B) | 196.98º | 0.56% | 0.37% | - |
| XYZ | 5.73 | 6.87 | 11.61 | - |
| YUV | 69.35 | 141.91 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 94 | 0.56 | 0.16 | 0 | 0.63 | 196.98 | 0.39 | 0.26 |
| Hex | 29 | 4F | 5E | 38 | 10 | 0 | 3F | C5 | 27 | 1A |
| Octal | 51 | 117 | 136 | 70 | 20 | 0 | 77 | 305 | 47 | 32 |
| Binary | 101001 | 1001111 | 1011110 | 111000 | 10000 | 0 | 111111 | 11000101 | 100111 | 11010 |
Color Harmonies of #294F5E
Complementary color
Monochromatic Colors of #294F5E
Black with #294F5E
Text Example
Text Example
White with #294F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294F5E; }
p { color: rgb(41,79,94); }
H1.HeaderClassName
{
color: #294F5E;
}
.AnyTagClassName
{
color: #294F5E;
}
</style>
background-color css
<style>
a { background-color: #294F5E; }
a { background-color: rgb(41,79,94); }
div.DivClassName
{
background-color: #294F5E;
}
.BgClassName
{
background-color: #294F5E;
}
</style>
border-color css
<style>
span { border-color: #294F5E; }
span { border-color: rgb(41,79,94); }
td.TdClassName
{
border-color: #294F5E;
}
.TagClassName
{
border-color: #294F5E;
}
</style>