Shades of Arapawa #2A5762
Tints of Arapawa #2A5762
RGB
CMYK
RGB Variations
Color information
#2A5762 (or 0x2A5762) is known color: Arapawa. HEX triplet: 2A, 57 and 62. RGB value is (42,87,98). Sum of RGB (Red+Green+Blue) = 42+87+98=227 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.50% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #2A5762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5762 is #D5A89D. Grayscale: #4A4A4A. Windows color (decimal): -14002334 or 6444842. OLE color: 6444842.
HSL color Cylindrical-coordinate representation of color #2A5762: hue angle of 191.79º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A5762 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 87 | 98 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.62 |
| HSL | 191.79º | 0.4% | 0.27% | - |
| HSV(B) | 191.79º | 0.57% | 0.38% | - |
| XYZ | 6.57 | 8.19 | 12.79 | - |
| YUV | 74.8 | 141.09 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 87 | 98 | 0.57 | 0.11 | 0 | 0.62 | 191.79 | 0.4 | 0.27 |
| Hex | 2A | 57 | 62 | 39 | B | 0 | 3E | C0 | 28 | 1B |
| Octal | 52 | 127 | 142 | 71 | 13 | 0 | 76 | 300 | 50 | 33 |
| Binary | 101010 | 1010111 | 1100010 | 111001 | 1011 | 0 | 111110 | 11000000 | 101000 | 11011 |
Color Harmonies of #2A5762
Complementary color
Monochromatic Colors of #2A5762
Black with #2A5762
Text Example
Text Example
White with #2A5762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5762; }
p { color: rgb(42,87,98); }
H1.HeaderClassName
{
color: #2A5762;
}
.AnyTagClassName
{
color: #2A5762;
}
</style>
background-color css
<style>
a { background-color: #2A5762; }
a { background-color: rgb(42,87,98); }
div.DivClassName
{
background-color: #2A5762;
}
.BgClassName
{
background-color: #2A5762;
}
</style>
border-color css
<style>
span { border-color: #2A5762; }
span { border-color: rgb(42,87,98); }
td.TdClassName
{
border-color: #2A5762;
}
.TagClassName
{
border-color: #2A5762;
}
</style>