Shades of Arapawa #294D5C
Tints of Arapawa #294D5C
RGB
CMYK
RGB Variations
Color information
#294D5C (or 0x294D5C) is known color: Arapawa. HEX triplet: 29, 4D and 5C. RGB value is (41,77,92). Sum of RGB (Red+Green+Blue) = 41+77+92=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #294D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D5C is #D6B2A3. Grayscale: #434343. Windows color (decimal): -14070436 or 6049065. OLE color: 6049065.
HSL color Cylindrical-coordinate representation of color #294D5C: hue angle of 197.65º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #294D5C is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 77 | 92 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.64 |
| HSL | 197.65º | 0.38% | 0.26% | - |
| HSV(B) | 197.65º | 0.55% | 0.36% | - |
| XYZ | 5.5 | 6.55 | 11.1 | - |
| YUV | 67.95 | 141.57 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 92 | 0.55 | 0.16 | 0 | 0.64 | 197.65 | 0.38 | 0.26 |
| Hex | 29 | 4D | 5C | 37 | 10 | 0 | 40 | C6 | 26 | 1A |
| Octal | 51 | 115 | 134 | 67 | 20 | 0 | 100 | 306 | 46 | 32 |
| Binary | 101001 | 1001101 | 1011100 | 110111 | 10000 | 0 | 1000000 | 11000110 | 100110 | 11010 |
Color Harmonies of #294D5C
Complementary color
Monochromatic Colors of #294D5C
Black with #294D5C
Text Example
Text Example
White with #294D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D5C; }
p { color: rgb(41,77,92); }
H1.HeaderClassName
{
color: #294D5C;
}
.AnyTagClassName
{
color: #294D5C;
}
</style>
background-color css
<style>
a { background-color: #294D5C; }
a { background-color: rgb(41,77,92); }
div.DivClassName
{
background-color: #294D5C;
}
.BgClassName
{
background-color: #294D5C;
}
</style>
border-color css
<style>
span { border-color: #294D5C; }
span { border-color: rgb(41,77,92); }
td.TdClassName
{
border-color: #294D5C;
}
.TagClassName
{
border-color: #294D5C;
}
</style>