Shades of Arapawa #2A4759
Tints of Arapawa #2A4759
RGB
CMYK
RGB Variations
Color information
#2A4759 (or 0x2A4759) is known color: Arapawa. HEX triplet: 2A, 47 and 59. RGB value is (42,71,89). Sum of RGB (Red+Green+Blue) = 42+71+89=202 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.79% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A4759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4759 is #D5B8A6. Grayscale: #404040. Windows color (decimal): -14006439 or 5850922. OLE color: 5850922.
HSL color Cylindrical-coordinate representation of color #2A4759: hue angle of 202.98º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A4759 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 71 | 89 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.65 |
| HSL | 202.98º | 0.36% | 0.26% | - |
| HSV(B) | 202.98º | 0.53% | 0.35% | - |
| XYZ | 5.01 | 5.72 | 10.29 | - |
| YUV | 64.38 | 141.89 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 71 | 89 | 0.53 | 0.20 | 0 | 0.65 | 202.98 | 0.36 | 0.26 |
| Hex | 2A | 47 | 59 | 35 | 14 | 0 | 41 | CB | 24 | 1A |
| Octal | 52 | 107 | 131 | 65 | 24 | 0 | 101 | 313 | 44 | 32 |
| Binary | 101010 | 1000111 | 1011001 | 110101 | 10100 | 0 | 1000001 | 11001011 | 100100 | 11010 |
Color Harmonies of #2A4759
Complementary color
Monochromatic Colors of #2A4759
Black with #2A4759
Text Example
Text Example
White with #2A4759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4759; }
p { color: rgb(42,71,89); }
H1.HeaderClassName
{
color: #2A4759;
}
.AnyTagClassName
{
color: #2A4759;
}
</style>
background-color css
<style>
a { background-color: #2A4759; }
a { background-color: rgb(42,71,89); }
div.DivClassName
{
background-color: #2A4759;
}
.BgClassName
{
background-color: #2A4759;
}
</style>
border-color css
<style>
span { border-color: #2A4759; }
span { border-color: rgb(42,71,89); }
td.TdClassName
{
border-color: #2A4759;
}
.TagClassName
{
border-color: #2A4759;
}
</style>