Shades of Arapawa #2D4860
Tints of Arapawa #2D4860
RGB
CMYK
RGB Variations
Color information
#2D4860 (or 0x2D4860) is known color: Arapawa. HEX triplet: 2D, 48 and 60. RGB value is (45,72,96). Sum of RGB (Red+Green+Blue) = 45+72+96=213 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.13% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #2D4860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4860 is #D2B79F. Grayscale: #424242. Windows color (decimal): -13809568 or 6309933. OLE color: 6309933.
HSL color Cylindrical-coordinate representation of color #2D4860: hue angle of 208.24º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D4860 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 72 | 96 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.62 |
| HSL | 208.24º | 0.36% | 0.28% | - |
| HSV(B) | 208.24º | 0.53% | 0.38% | - |
| XYZ | 5.51 | 6.04 | 11.94 | - |
| YUV | 66.66 | 144.55 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 72 | 96 | 0.53 | 0.25 | 0 | 0.62 | 208.24 | 0.36 | 0.28 |
| Hex | 2D | 48 | 60 | 35 | 19 | 0 | 3E | D0 | 24 | 1C |
| Octal | 55 | 110 | 140 | 65 | 31 | 0 | 76 | 320 | 44 | 34 |
| Binary | 101101 | 1001000 | 1100000 | 110101 | 11001 | 0 | 111110 | 11010000 | 100100 | 11100 |
Color Harmonies of #2D4860
Complementary color
Monochromatic Colors of #2D4860
Black with #2D4860
Text Example
Text Example
White with #2D4860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4860; }
p { color: rgb(45,72,96); }
H1.HeaderClassName
{
color: #2D4860;
}
.AnyTagClassName
{
color: #2D4860;
}
</style>
background-color css
<style>
a { background-color: #2D4860; }
a { background-color: rgb(45,72,96); }
div.DivClassName
{
background-color: #2D4860;
}
.BgClassName
{
background-color: #2D4860;
}
</style>
border-color css
<style>
span { border-color: #2D4860; }
span { border-color: rgb(45,72,96); }
td.TdClassName
{
border-color: #2D4860;
}
.TagClassName
{
border-color: #2D4860;
}
</style>