Shades of Arapawa #2D4862
Tints of Arapawa #2D4862
RGB
CMYK
RGB Variations
Color information
#2D4862 (or 0x2D4862) is known color: Arapawa. HEX triplet: 2D, 48 and 62. RGB value is (45,72,98). Sum of RGB (Red+Green+Blue) = 45+72+98=215 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.93% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #2D4862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4862 is #D2B79D. Grayscale: #424242. Windows color (decimal): -13809566 or 6441005. OLE color: 6441005.
HSL color Cylindrical-coordinate representation of color #2D4862: hue angle of 209.43º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D4862 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 72 | 98 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.62 |
| HSL | 209.43º | 0.37% | 0.28% | - |
| HSV(B) | 209.43º | 0.54% | 0.38% | - |
| XYZ | 5.6 | 6.07 | 12.43 | - |
| YUV | 66.89 | 145.55 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 72 | 98 | 0.54 | 0.27 | 0 | 0.62 | 209.43 | 0.37 | 0.28 |
| Hex | 2D | 48 | 62 | 36 | 1B | 0 | 3E | D1 | 25 | 1C |
| Octal | 55 | 110 | 142 | 66 | 33 | 0 | 76 | 321 | 45 | 34 |
| Binary | 101101 | 1001000 | 1100010 | 110110 | 11011 | 0 | 111110 | 11010001 | 100101 | 11100 |
Color Harmonies of #2D4862
Complementary color
Monochromatic Colors of #2D4862
Black with #2D4862
Text Example
Text Example
White with #2D4862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4862; }
p { color: rgb(45,72,98); }
H1.HeaderClassName
{
color: #2D4862;
}
.AnyTagClassName
{
color: #2D4862;
}
</style>
background-color css
<style>
a { background-color: #2D4862; }
a { background-color: rgb(45,72,98); }
div.DivClassName
{
background-color: #2D4862;
}
.BgClassName
{
background-color: #2D4862;
}
</style>
border-color css
<style>
span { border-color: #2D4862; }
span { border-color: rgb(45,72,98); }
td.TdClassName
{
border-color: #2D4862;
}
.TagClassName
{
border-color: #2D4862;
}
</style>