Shades of Arapawa #294A5D
Tints of Arapawa #294A5D
RGB
CMYK
RGB Variations
Color information
#294A5D (or 0x294A5D) is known color: Arapawa. HEX triplet: 29, 4A and 5D. RGB value is (41,74,93). Sum of RGB (Red+Green+Blue) = 41+74+93=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #294A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A5D is #D6B5A2. Grayscale: #424242. Windows color (decimal): -14071203 or 6113833. OLE color: 6113833.
HSL color Cylindrical-coordinate representation of color #294A5D: hue angle of 201.92º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #294A5D is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 74 | 93 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.64 |
| HSL | 201.92º | 0.39% | 0.26% | - |
| HSV(B) | 201.92º | 0.56% | 0.36% | - |
| XYZ | 5.34 | 6.16 | 11.26 | - |
| YUV | 66.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 93 | 0.56 | 0.20 | 0 | 0.64 | 201.92 | 0.39 | 0.26 |
| Hex | 29 | 4A | 5D | 38 | 14 | 0 | 40 | CA | 27 | 1A |
| Octal | 51 | 112 | 135 | 70 | 24 | 0 | 100 | 312 | 47 | 32 |
| Binary | 101001 | 1001010 | 1011101 | 111000 | 10100 | 0 | 1000000 | 11001010 | 100111 | 11010 |
Color Harmonies of #294A5D
Complementary color
Monochromatic Colors of #294A5D
Black with #294A5D
Text Example
Text Example
White with #294A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294A5D; }
p { color: rgb(41,74,93); }
H1.HeaderClassName
{
color: #294A5D;
}
.AnyTagClassName
{
color: #294A5D;
}
</style>
background-color css
<style>
a { background-color: #294A5D; }
a { background-color: rgb(41,74,93); }
div.DivClassName
{
background-color: #294A5D;
}
.BgClassName
{
background-color: #294A5D;
}
</style>
border-color css
<style>
span { border-color: #294A5D; }
span { border-color: rgb(41,74,93); }
td.TdClassName
{
border-color: #294A5D;
}
.TagClassName
{
border-color: #294A5D;
}
</style>