Shades of Arapawa #294C5C
Tints of Arapawa #294C5C
RGB
CMYK
RGB Variations
Color information
#294C5C (or 0x294C5C) is known color: Arapawa. HEX triplet: 29, 4C and 5C. RGB value is (41,76,92). Sum of RGB (Red+Green+Blue) = 41+76+92=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #294C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C5C is #D6B3A3. Grayscale: #434343. Windows color (decimal): -14070692 or 6048809. OLE color: 6048809.
HSL color Cylindrical-coordinate representation of color #294C5C: hue angle of 198.82º 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 #294C5C is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 76 | 92 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.64 |
| HSL | 198.82º | 0.38% | 0.26% | - |
| HSV(B) | 198.82º | 0.55% | 0.36% | - |
| XYZ | 5.43 | 6.41 | 11.08 | - |
| YUV | 67.36 | 141.9 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 92 | 0.55 | 0.17 | 0 | 0.64 | 198.82 | 0.38 | 0.26 |
| Hex | 29 | 4C | 5C | 37 | 11 | 0 | 40 | C7 | 26 | 1A |
| Octal | 51 | 114 | 134 | 67 | 21 | 0 | 100 | 307 | 46 | 32 |
| Binary | 101001 | 1001100 | 1011100 | 110111 | 10001 | 0 | 1000000 | 11000111 | 100110 | 11010 |
Color Harmonies of #294C5C
Complementary color
Monochromatic Colors of #294C5C
Black with #294C5C
Text Example
Text Example
White with #294C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C5C; }
p { color: rgb(41,76,92); }
H1.HeaderClassName
{
color: #294C5C;
}
.AnyTagClassName
{
color: #294C5C;
}
</style>
background-color css
<style>
a { background-color: #294C5C; }
a { background-color: rgb(41,76,92); }
div.DivClassName
{
background-color: #294C5C;
}
.BgClassName
{
background-color: #294C5C;
}
</style>
border-color css
<style>
span { border-color: #294C5C; }
span { border-color: rgb(41,76,92); }
td.TdClassName
{
border-color: #294C5C;
}
.TagClassName
{
border-color: #294C5C;
}
</style>