Shades of Arapawa #2D4D62
Tints of Arapawa #2D4D62
RGB
CMYK
RGB Variations
Color information
#2D4D62 (or 0x2D4D62) is known color: Arapawa. HEX triplet: 2D, 4D and 62. RGB value is (45,77,98). Sum of RGB (Red+Green+Blue) = 45+77+98=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #2D4D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D4D62 is #D2B29D. Grayscale: #454545. Windows color (decimal): -13808286 or 6442285. OLE color: 6442285.
HSL color Cylindrical-coordinate representation of color #2D4D62: hue angle of 203.77º 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 #2D4D62 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 77 | 98 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.62 |
| HSL | 203.77º | 0.37% | 0.28% | - |
| HSV(B) | 203.77º | 0.54% | 0.38% | - |
| XYZ | 5.94 | 6.75 | 12.54 | - |
| YUV | 69.83 | 143.9 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 77 | 98 | 0.54 | 0.21 | 0 | 0.62 | 203.77 | 0.37 | 0.28 |
| Hex | 2D | 4D | 62 | 36 | 15 | 0 | 3E | CC | 25 | 1C |
| Octal | 55 | 115 | 142 | 66 | 25 | 0 | 76 | 314 | 45 | 34 |
| Binary | 101101 | 1001101 | 1100010 | 110110 | 10101 | 0 | 111110 | 11001100 | 100101 | 11100 |
Color Harmonies of #2D4D62
Complementary color
Monochromatic Colors of #2D4D62
Black with #2D4D62
Text Example
Text Example
White with #2D4D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4D62; }
p { color: rgb(45,77,98); }
H1.HeaderClassName
{
color: #2D4D62;
}
.AnyTagClassName
{
color: #2D4D62;
}
</style>
background-color css
<style>
a { background-color: #2D4D62; }
a { background-color: rgb(45,77,98); }
div.DivClassName
{
background-color: #2D4D62;
}
.BgClassName
{
background-color: #2D4D62;
}
</style>
border-color css
<style>
span { border-color: #2D4D62; }
span { border-color: rgb(45,77,98); }
td.TdClassName
{
border-color: #2D4D62;
}
.TagClassName
{
border-color: #2D4D62;
}
</style>