Shades of Arapawa #2D475C
Tints of Arapawa #2D475C
RGB
CMYK
RGB Variations
Color information
#2D475C (or 0x2D475C) is known color: Arapawa. HEX triplet: 2D, 47 and 5C. RGB value is (45,71,92). Sum of RGB (Red+Green+Blue) = 45+71+92=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #2D475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D475C is #D2B8A3. Grayscale: #414141. Windows color (decimal): -13809828 or 6047533. OLE color: 6047533.
HSL color Cylindrical-coordinate representation of color #2D475C: hue angle of 206.81º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D475C is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 71 | 92 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.64 |
| HSL | 206.81º | 0.34% | 0.27% | - |
| HSV(B) | 206.81º | 0.51% | 0.36% | - |
| XYZ | 5.27 | 5.84 | 10.97 | - |
| YUV | 65.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 92 | 0.51 | 0.23 | 0 | 0.64 | 206.81 | 0.34 | 0.27 |
| Hex | 2D | 47 | 5C | 33 | 17 | 0 | 40 | CF | 22 | 1B |
| Octal | 55 | 107 | 134 | 63 | 27 | 0 | 100 | 317 | 42 | 33 |
| Binary | 101101 | 1000111 | 1011100 | 110011 | 10111 | 0 | 1000000 | 11001111 | 100010 | 11011 |
Color Harmonies of #2D475C
Complementary color
Monochromatic Colors of #2D475C
Black with #2D475C
Text Example
Text Example
White with #2D475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D475C; }
p { color: rgb(45,71,92); }
H1.HeaderClassName
{
color: #2D475C;
}
.AnyTagClassName
{
color: #2D475C;
}
</style>
background-color css
<style>
a { background-color: #2D475C; }
a { background-color: rgb(45,71,92); }
div.DivClassName
{
background-color: #2D475C;
}
.BgClassName
{
background-color: #2D475C;
}
</style>
border-color css
<style>
span { border-color: #2D475C; }
span { border-color: rgb(45,71,92); }
td.TdClassName
{
border-color: #2D475C;
}
.TagClassName
{
border-color: #2D475C;
}
</style>