Shades of Arapawa #294F67
Tints of Arapawa #294F67
RGB
CMYK
RGB Variations
Color information
#294F67 (or 0x294F67) is known color: Arapawa. HEX triplet: 29, 4F and 67. RGB value is (41,79,103). Sum of RGB (Red+Green+Blue) = 41+79+103=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 103 - color contains mainly: blue. Hex color #294F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F67 is #D6B098. Grayscale: #464646. Windows color (decimal): -14069913 or 6770473. OLE color: 6770473.
HSL color Cylindrical-coordinate representation of color #294F67: hue angle of 203.23º 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 #294F67 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 79 | 103 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.60 |
| HSL | 203.23º | 0.43% | 0.28% | - |
| HSV(B) | 203.23º | 0.6% | 0.4% | - |
| XYZ | 6.16 | 7.04 | 13.87 | - |
| YUV | 70.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 103 | 0.60 | 0.23 | 0 | 0.60 | 203.23 | 0.43 | 0.28 |
| Hex | 29 | 4F | 67 | 3C | 17 | 0 | 3C | CB | 2B | 1C |
| Octal | 51 | 117 | 147 | 74 | 27 | 0 | 74 | 313 | 53 | 34 |
| Binary | 101001 | 1001111 | 1100111 | 111100 | 10111 | 0 | 111100 | 11001011 | 101011 | 11100 |
Color Harmonies of #294F67
Complementary color
Monochromatic Colors of #294F67
Black with #294F67
Text Example
Text Example
White with #294F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294F67; }
p { color: rgb(41,79,103); }
H1.HeaderClassName
{
color: #294F67;
}
.AnyTagClassName
{
color: #294F67;
}
</style>
background-color css
<style>
a { background-color: #294F67; }
a { background-color: rgb(41,79,103); }
div.DivClassName
{
background-color: #294F67;
}
.BgClassName
{
background-color: #294F67;
}
</style>
border-color css
<style>
span { border-color: #294F67; }
span { border-color: rgb(41,79,103); }
td.TdClassName
{
border-color: #294F67;
}
.TagClassName
{
border-color: #294F67;
}
</style>