Shades of Arapawa #2B495F
Tints of Arapawa #2B495F
RGB
CMYK
RGB Variations
Color information
#2B495F (or 0x2B495F) is known color: Arapawa. HEX triplet: 2B, 49 and 5F. RGB value is (43,73,95). Sum of RGB (Red+Green+Blue) = 43+73+95=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #2B495F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B495F is #D4B6A0. Grayscale: #424242. Windows color (decimal): -13940385 or 6244651. OLE color: 6244651.
HSL color Cylindrical-coordinate representation of color #2B495F: hue angle of 205.38º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B495F is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 43 | 73 | 95 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.63 |
| HSL | 205.38º | 0.38% | 0.27% | - |
| HSV(B) | 205.38º | 0.55% | 0.37% | - |
| XYZ | 5.44 | 6.1 | 11.72 | - |
| YUV | 66.54 | 144.06 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 95 | 0.55 | 0.23 | 0 | 0.63 | 205.38 | 0.38 | 0.27 |
| Hex | 2B | 49 | 5F | 37 | 17 | 0 | 3F | CD | 26 | 1B |
| Octal | 53 | 111 | 137 | 67 | 27 | 0 | 77 | 315 | 46 | 33 |
| Binary | 101011 | 1001001 | 1011111 | 110111 | 10111 | 0 | 111111 | 11001101 | 100110 | 11011 |
Color Harmonies of #2B495F
Complementary color
Monochromatic Colors of #2B495F
Black with #2B495F
Text Example
Text Example
White with #2B495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B495F; }
p { color: rgb(43,73,95); }
H1.HeaderClassName
{
color: #2B495F;
}
.AnyTagClassName
{
color: #2B495F;
}
</style>
background-color css
<style>
a { background-color: #2B495F; }
a { background-color: rgb(43,73,95); }
div.DivClassName
{
background-color: #2B495F;
}
.BgClassName
{
background-color: #2B495F;
}
</style>
border-color css
<style>
span { border-color: #2B495F; }
span { border-color: rgb(43,73,95); }
td.TdClassName
{
border-color: #2B495F;
}
.TagClassName
{
border-color: #2B495F;
}
</style>