Shades of Arapawa #2A475B
Tints of Arapawa #2A475B
RGB
CMYK
RGB Variations
Color information
#2A475B (or 0x2A475B) is known color: Arapawa. HEX triplet: 2A, 47 and 5B. RGB value is (42,71,91). Sum of RGB (Red+Green+Blue) = 42+71+91=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #2A475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A475B is #D5B8A4. Grayscale: #404040. Windows color (decimal): -14006437 or 5981994. OLE color: 5981994.
HSL color Cylindrical-coordinate representation of color #2A475B: hue angle of 204.49º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A475B is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 71 | 91 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.64 |
| HSL | 204.49º | 0.37% | 0.26% | - |
| HSV(B) | 204.49º | 0.54% | 0.36% | - |
| XYZ | 5.1 | 5.75 | 10.74 | - |
| YUV | 64.61 | 142.89 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 71 | 91 | 0.54 | 0.22 | 0 | 0.64 | 204.49 | 0.37 | 0.26 |
| Hex | 2A | 47 | 5B | 36 | 16 | 0 | 40 | CC | 25 | 1A |
| Octal | 52 | 107 | 133 | 66 | 26 | 0 | 100 | 314 | 45 | 32 |
| Binary | 101010 | 1000111 | 1011011 | 110110 | 10110 | 0 | 1000000 | 11001100 | 100101 | 11010 |
Color Harmonies of #2A475B
Complementary color
Monochromatic Colors of #2A475B
Black with #2A475B
Text Example
Text Example
White with #2A475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A475B; }
p { color: rgb(42,71,91); }
H1.HeaderClassName
{
color: #2A475B;
}
.AnyTagClassName
{
color: #2A475B;
}
</style>
background-color css
<style>
a { background-color: #2A475B; }
a { background-color: rgb(42,71,91); }
div.DivClassName
{
background-color: #2A475B;
}
.BgClassName
{
background-color: #2A475B;
}
</style>
border-color css
<style>
span { border-color: #2A475B; }
span { border-color: rgb(42,71,91); }
td.TdClassName
{
border-color: #2A475B;
}
.TagClassName
{
border-color: #2A475B;
}
</style>