Shades of Arapawa #2B495A
Tints of Arapawa #2B495A
RGB
CMYK
RGB Variations
Color information
#2B495A (or 0x2B495A) is known color: Arapawa. HEX triplet: 2B, 49 and 5A. RGB value is (43,73,90). Sum of RGB (Red+Green+Blue) = 43+73+90=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B495A is #D4B6A5. Grayscale: #414141. Windows color (decimal): -13940390 or 5916971. OLE color: 5916971.
HSL color Cylindrical-coordinate representation of color #2B495A: hue angle of 201.7º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B495A is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 73 | 90 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.65 |
| HSL | 201.7º | 0.35% | 0.26% | - |
| HSV(B) | 201.7º | 0.52% | 0.35% | - |
| XYZ | 5.22 | 6.02 | 10.56 | - |
| YUV | 65.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 90 | 0.52 | 0.19 | 0 | 0.65 | 201.7 | 0.35 | 0.26 |
| Hex | 2B | 49 | 5A | 34 | 13 | 0 | 41 | CA | 23 | 1A |
| Octal | 53 | 111 | 132 | 64 | 23 | 0 | 101 | 312 | 43 | 32 |
| Binary | 101011 | 1001001 | 1011010 | 110100 | 10011 | 0 | 1000001 | 11001010 | 100011 | 11010 |
Color Harmonies of #2B495A
Complementary color
Monochromatic Colors of #2B495A
Black with #2B495A
Text Example
Text Example
White with #2B495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B495A; }
p { color: rgb(43,73,90); }
H1.HeaderClassName
{
color: #2B495A;
}
.AnyTagClassName
{
color: #2B495A;
}
</style>
background-color css
<style>
a { background-color: #2B495A; }
a { background-color: rgb(43,73,90); }
div.DivClassName
{
background-color: #2B495A;
}
.BgClassName
{
background-color: #2B495A;
}
</style>
border-color css
<style>
span { border-color: #2B495A; }
span { border-color: rgb(43,73,90); }
td.TdClassName
{
border-color: #2B495A;
}
.TagClassName
{
border-color: #2B495A;
}
</style>