Shades of Arapawa #2A505F
Tints of Arapawa #2A505F
RGB
CMYK
RGB Variations
Color information
#2A505F (or 0x2A505F) is known color: Arapawa. HEX triplet: 2A, 50 and 5F. RGB value is (42,80,95). Sum of RGB (Red+Green+Blue) = 42+80+95=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 95 - color contains mainly: blue. Hex color #2A505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A505F is #D5AFA0. Grayscale: #464646. Windows color (decimal): -14004129 or 6246442. OLE color: 6246442.
HSL color Cylindrical-coordinate representation of color #2A505F: hue angle of 196.98º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A505F is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 42 | 80 | 95 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.63 |
| HSL | 196.98º | 0.39% | 0.27% | - |
| HSV(B) | 196.98º | 0.56% | 0.37% | - |
| XYZ | 5.89 | 7.06 | 11.88 | - |
| YUV | 70.35 | 141.91 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 80 | 95 | 0.56 | 0.16 | 0 | 0.63 | 196.98 | 0.39 | 0.27 |
| Hex | 2A | 50 | 5F | 38 | 10 | 0 | 3F | C5 | 27 | 1B |
| Octal | 52 | 120 | 137 | 70 | 20 | 0 | 77 | 305 | 47 | 33 |
| Binary | 101010 | 1010000 | 1011111 | 111000 | 10000 | 0 | 111111 | 11000101 | 100111 | 11011 |
Color Harmonies of #2A505F
Complementary color
Monochromatic Colors of #2A505F
Black with #2A505F
Text Example
Text Example
White with #2A505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A505F; }
p { color: rgb(42,80,95); }
H1.HeaderClassName
{
color: #2A505F;
}
.AnyTagClassName
{
color: #2A505F;
}
</style>
background-color css
<style>
a { background-color: #2A505F; }
a { background-color: rgb(42,80,95); }
div.DivClassName
{
background-color: #2A505F;
}
.BgClassName
{
background-color: #2A505F;
}
</style>
border-color css
<style>
span { border-color: #2A505F; }
span { border-color: rgb(42,80,95); }
td.TdClassName
{
border-color: #2A505F;
}
.TagClassName
{
border-color: #2A505F;
}
</style>