Shades of Arapawa #294C5F
Tints of Arapawa #294C5F
RGB
CMYK
RGB Variations
Color information
#294C5F (or 0x294C5F) is known color: Arapawa. HEX triplet: 29, 4C and 5F. RGB value is (41,76,95). Sum of RGB (Red+Green+Blue) = 41+76+95=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 95 - color contains mainly: blue. Hex color #294C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C5F is #D6B3A0. Grayscale: #434343. Windows color (decimal): -14070689 or 6245417. OLE color: 6245417.
HSL color Cylindrical-coordinate representation of color #294C5F: hue angle of 201.11º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #294C5F is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 41 | 76 | 95 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.63 |
| HSL | 201.11º | 0.4% | 0.27% | - |
| HSV(B) | 201.11º | 0.57% | 0.37% | - |
| XYZ | 5.56 | 6.47 | 11.78 | - |
| YUV | 67.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 95 | 0.57 | 0.20 | 0 | 0.63 | 201.11 | 0.4 | 0.27 |
| Hex | 29 | 4C | 5F | 39 | 14 | 0 | 3F | C9 | 28 | 1B |
| Octal | 51 | 114 | 137 | 71 | 24 | 0 | 77 | 311 | 50 | 33 |
| Binary | 101001 | 1001100 | 1011111 | 111001 | 10100 | 0 | 111111 | 11001001 | 101000 | 11011 |
Color Harmonies of #294C5F
Complementary color
Monochromatic Colors of #294C5F
Black with #294C5F
Text Example
Text Example
White with #294C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C5F; }
p { color: rgb(41,76,95); }
H1.HeaderClassName
{
color: #294C5F;
}
.AnyTagClassName
{
color: #294C5F;
}
</style>
background-color css
<style>
a { background-color: #294C5F; }
a { background-color: rgb(41,76,95); }
div.DivClassName
{
background-color: #294C5F;
}
.BgClassName
{
background-color: #294C5F;
}
</style>
border-color css
<style>
span { border-color: #294C5F; }
span { border-color: rgb(41,76,95); }
td.TdClassName
{
border-color: #294C5F;
}
.TagClassName
{
border-color: #294C5F;
}
</style>