Shades of Arapawa #2D525E
Tints of Arapawa #2D525E
RGB
CMYK
RGB Variations
Color information
#2D525E (or 0x2D525E) is known color: Arapawa. HEX triplet: 2D, 52 and 5E. RGB value is (45,82,94). Sum of RGB (Red+Green+Blue) = 45+82+94=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 94 - color contains mainly: blue. Hex color #2D525E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D525E is #D2ADA1. Grayscale: #484848. Windows color (decimal): -13807010 or 6181421. OLE color: 6181421.
HSL color Cylindrical-coordinate representation of color #2D525E: hue angle of 194.69º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D525E is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 82 | 94 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.63 |
| HSL | 194.69º | 0.35% | 0.27% | - |
| HSV(B) | 194.69º | 0.52% | 0.37% | - |
| XYZ | 6.12 | 7.4 | 11.7 | - |
| YUV | 72.31 | 140.24 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 82 | 94 | 0.52 | 0.13 | 0 | 0.63 | 194.69 | 0.35 | 0.27 |
| Hex | 2D | 52 | 5E | 34 | D | 0 | 3F | C3 | 23 | 1B |
| Octal | 55 | 122 | 136 | 64 | 15 | 0 | 77 | 303 | 43 | 33 |
| Binary | 101101 | 1010010 | 1011110 | 110100 | 1101 | 0 | 111111 | 11000011 | 100011 | 11011 |
Color Harmonies of #2D525E
Complementary color
Monochromatic Colors of #2D525E
Black with #2D525E
Text Example
Text Example
White with #2D525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D525E; }
p { color: rgb(45,82,94); }
H1.HeaderClassName
{
color: #2D525E;
}
.AnyTagClassName
{
color: #2D525E;
}
</style>
background-color css
<style>
a { background-color: #2D525E; }
a { background-color: rgb(45,82,94); }
div.DivClassName
{
background-color: #2D525E;
}
.BgClassName
{
background-color: #2D525E;
}
</style>
border-color css
<style>
span { border-color: #2D525E; }
span { border-color: rgb(45,82,94); }
td.TdClassName
{
border-color: #2D525E;
}
.TagClassName
{
border-color: #2D525E;
}
</style>