Shades of Arapawa #294E67
Tints of Arapawa #294E67
RGB
CMYK
RGB Variations
Color information
#294E67 (or 0x294E67) is known color: Arapawa. HEX triplet: 29, 4E and 67. RGB value is (41,78,103). Sum of RGB (Red+Green+Blue) = 41+78+103=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 103 - color contains mainly: blue. Hex color #294E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E67 is #D6B198. Grayscale: #454545. Windows color (decimal): -14070169 or 6770217. OLE color: 6770217.
HSL color Cylindrical-coordinate representation of color #294E67: hue angle of 204.19º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #294E67 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 78 | 103 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.60 |
| HSL | 204.19º | 0.43% | 0.28% | - |
| HSV(B) | 204.19º | 0.6% | 0.4% | - |
| XYZ | 6.09 | 6.9 | 13.84 | - |
| YUV | 69.79 | 146.74 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 103 | 0.60 | 0.24 | 0 | 0.60 | 204.19 | 0.43 | 0.28 |
| Hex | 29 | 4E | 67 | 3C | 18 | 0 | 3C | CC | 2B | 1C |
| Octal | 51 | 116 | 147 | 74 | 30 | 0 | 74 | 314 | 53 | 34 |
| Binary | 101001 | 1001110 | 1100111 | 111100 | 11000 | 0 | 111100 | 11001100 | 101011 | 11100 |
Color Harmonies of #294E67
Complementary color
Monochromatic Colors of #294E67
Black with #294E67
Text Example
Text Example
White with #294E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294E67; }
p { color: rgb(41,78,103); }
H1.HeaderClassName
{
color: #294E67;
}
.AnyTagClassName
{
color: #294E67;
}
</style>
background-color css
<style>
a { background-color: #294E67; }
a { background-color: rgb(41,78,103); }
div.DivClassName
{
background-color: #294E67;
}
.BgClassName
{
background-color: #294E67;
}
</style>
border-color css
<style>
span { border-color: #294E67; }
span { border-color: rgb(41,78,103); }
td.TdClassName
{
border-color: #294E67;
}
.TagClassName
{
border-color: #294E67;
}
</style>