Shades of Arapawa #2B485D
Tints of Arapawa #2B485D
RGB
CMYK
RGB Variations
Color information
#2B485D (or 0x2B485D) is known color: Arapawa. HEX triplet: 2B, 48 and 5D. RGB value is (43,72,93). Sum of RGB (Red+Green+Blue) = 43+72+93=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #2B485D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B485D is #D4B7A2. Grayscale: #414141. Windows color (decimal): -13940643 or 6113323. OLE color: 6113323.
HSL color Cylindrical-coordinate representation of color #2B485D: hue angle of 205.2º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B485D is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 72 | 93 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.64 |
| HSL | 205.2º | 0.37% | 0.27% | - |
| HSV(B) | 205.2º | 0.54% | 0.36% | - |
| XYZ | 5.29 | 5.94 | 11.22 | - |
| YUV | 65.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 72 | 93 | 0.54 | 0.23 | 0 | 0.64 | 205.2 | 0.37 | 0.27 |
| Hex | 2B | 48 | 5D | 36 | 17 | 0 | 40 | CD | 25 | 1B |
| Octal | 53 | 110 | 135 | 66 | 27 | 0 | 100 | 315 | 45 | 33 |
| Binary | 101011 | 1001000 | 1011101 | 110110 | 10111 | 0 | 1000000 | 11001101 | 100101 | 11011 |
Color Harmonies of #2B485D
Complementary color
Monochromatic Colors of #2B485D
Black with #2B485D
Text Example
Text Example
White with #2B485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B485D; }
p { color: rgb(43,72,93); }
H1.HeaderClassName
{
color: #2B485D;
}
.AnyTagClassName
{
color: #2B485D;
}
</style>
background-color css
<style>
a { background-color: #2B485D; }
a { background-color: rgb(43,72,93); }
div.DivClassName
{
background-color: #2B485D;
}
.BgClassName
{
background-color: #2B485D;
}
</style>
border-color css
<style>
span { border-color: #2B485D; }
span { border-color: rgb(43,72,93); }
td.TdClassName
{
border-color: #2B485D;
}
.TagClassName
{
border-color: #2B485D;
}
</style>