Shades of Arapawa #294B5D
Tints of Arapawa #294B5D
RGB
CMYK
RGB Variations
Color information
#294B5D (or 0x294B5D) is known color: Arapawa. HEX triplet: 29, 4B and 5D. RGB value is (41,75,93). Sum of RGB (Red+Green+Blue) = 41+75+93=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #294B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294B5D is #D6B4A2. Grayscale: #424242. Windows color (decimal): -14070947 or 6114089. OLE color: 6114089.
HSL color Cylindrical-coordinate representation of color #294B5D: hue angle of 200.77º 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 #294B5D is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 75 | 93 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.64 |
| HSL | 200.77º | 0.39% | 0.26% | - |
| HSV(B) | 200.77º | 0.56% | 0.36% | - |
| XYZ | 5.41 | 6.29 | 11.29 | - |
| YUV | 66.89 | 142.74 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 93 | 0.56 | 0.19 | 0 | 0.64 | 200.77 | 0.39 | 0.26 |
| Hex | 29 | 4B | 5D | 38 | 13 | 0 | 40 | C9 | 27 | 1A |
| Octal | 51 | 113 | 135 | 70 | 23 | 0 | 100 | 311 | 47 | 32 |
| Binary | 101001 | 1001011 | 1011101 | 111000 | 10011 | 0 | 1000000 | 11001001 | 100111 | 11010 |
Color Harmonies of #294B5D
Complementary color
Monochromatic Colors of #294B5D
Black with #294B5D
Text Example
Text Example
White with #294B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294B5D; }
p { color: rgb(41,75,93); }
H1.HeaderClassName
{
color: #294B5D;
}
.AnyTagClassName
{
color: #294B5D;
}
</style>
background-color css
<style>
a { background-color: #294B5D; }
a { background-color: rgb(41,75,93); }
div.DivClassName
{
background-color: #294B5D;
}
.BgClassName
{
background-color: #294B5D;
}
</style>
border-color css
<style>
span { border-color: #294B5D; }
span { border-color: rgb(41,75,93); }
td.TdClassName
{
border-color: #294B5D;
}
.TagClassName
{
border-color: #294B5D;
}
</style>