Shades of Arapawa #2D485D
Tints of Arapawa #2D485D
RGB
CMYK
RGB Variations
Color information
#2D485D (or 0x2D485D) is known color: Arapawa. HEX triplet: 2D, 48 and 5D. RGB value is (45,72,93). Sum of RGB (Red+Green+Blue) = 45+72+93=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #2D485D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D485D is #D2B7A2. Grayscale: #424242. Windows color (decimal): -13809571 or 6113325. OLE color: 6113325.
HSL color Cylindrical-coordinate representation of color #2D485D: hue angle of 206.25º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D485D is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 72 | 93 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.64 |
| HSL | 206.25º | 0.35% | 0.27% | - |
| HSV(B) | 206.25º | 0.52% | 0.36% | - |
| XYZ | 5.38 | 5.98 | 11.23 | - |
| YUV | 66.32 | 143.05 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 72 | 93 | 0.52 | 0.23 | 0 | 0.64 | 206.25 | 0.35 | 0.27 |
| Hex | 2D | 48 | 5D | 34 | 17 | 0 | 40 | CE | 23 | 1B |
| Octal | 55 | 110 | 135 | 64 | 27 | 0 | 100 | 316 | 43 | 33 |
| Binary | 101101 | 1001000 | 1011101 | 110100 | 10111 | 0 | 1000000 | 11001110 | 100011 | 11011 |
Color Harmonies of #2D485D
Complementary color
Monochromatic Colors of #2D485D
Black with #2D485D
Text Example
Text Example
White with #2D485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D485D; }
p { color: rgb(45,72,93); }
H1.HeaderClassName
{
color: #2D485D;
}
.AnyTagClassName
{
color: #2D485D;
}
</style>
background-color css
<style>
a { background-color: #2D485D; }
a { background-color: rgb(45,72,93); }
div.DivClassName
{
background-color: #2D485D;
}
.BgClassName
{
background-color: #2D485D;
}
</style>
border-color css
<style>
span { border-color: #2D485D; }
span { border-color: rgb(45,72,93); }
td.TdClassName
{
border-color: #2D485D;
}
.TagClassName
{
border-color: #2D485D;
}
</style>