Shades of Arapawa #2A5761
Tints of Arapawa #2A5761
RGB
CMYK
RGB Variations
Color information
#2A5761 (or 0x2A5761) is known color: Arapawa. HEX triplet: 2A, 57 and 61. RGB value is (42,87,97). Sum of RGB (Red+Green+Blue) = 42+87+97=226 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.58% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A5761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5761 is #D5A89E. Grayscale: #4A4A4A. Windows color (decimal): -14002335 or 6379306. OLE color: 6379306.
HSL color Cylindrical-coordinate representation of color #2A5761: hue angle of 190.91º 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 #2A5761 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 87 | 97 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.62 |
| HSL | 190.91º | 0.4% | 0.27% | - |
| HSV(B) | 190.91º | 0.57% | 0.38% | - |
| XYZ | 6.52 | 8.17 | 12.54 | - |
| YUV | 74.69 | 140.59 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 87 | 97 | 0.57 | 0.10 | 0 | 0.62 | 190.91 | 0.4 | 0.27 |
| Hex | 2A | 57 | 61 | 39 | A | 0 | 3E | BF | 28 | 1B |
| Octal | 52 | 127 | 141 | 71 | 12 | 0 | 76 | 277 | 50 | 33 |
| Binary | 101010 | 1010111 | 1100001 | 111001 | 1010 | 0 | 111110 | 10111111 | 101000 | 11011 |
Color Harmonies of #2A5761
Complementary color
Monochromatic Colors of #2A5761
Black with #2A5761
Text Example
Text Example
White with #2A5761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5761; }
p { color: rgb(42,87,97); }
H1.HeaderClassName
{
color: #2A5761;
}
.AnyTagClassName
{
color: #2A5761;
}
</style>
background-color css
<style>
a { background-color: #2A5761; }
a { background-color: rgb(42,87,97); }
div.DivClassName
{
background-color: #2A5761;
}
.BgClassName
{
background-color: #2A5761;
}
</style>
border-color css
<style>
span { border-color: #2A5761; }
span { border-color: rgb(42,87,97); }
td.TdClassName
{
border-color: #2A5761;
}
.TagClassName
{
border-color: #2A5761;
}
</style>