Shades of Arapawa #2B485A
Tints of Arapawa #2B485A
RGB
CMYK
RGB Variations
Color information
#2B485A (or 0x2B485A) is known color: Arapawa. HEX triplet: 2B, 48 and 5A. RGB value is (43,72,90). Sum of RGB (Red+Green+Blue) = 43+72+90=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B485A is #D4B7A5. Grayscale: #414141. Windows color (decimal): -13940646 or 5916715. OLE color: 5916715.
HSL color Cylindrical-coordinate representation of color #2B485A: hue angle of 202.98º 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 #2B485A is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 72 | 90 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.65 |
| HSL | 202.98º | 0.35% | 0.26% | - |
| HSV(B) | 202.98º | 0.52% | 0.35% | - |
| XYZ | 5.16 | 5.89 | 10.54 | - |
| YUV | 65.38 | 141.89 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 72 | 90 | 0.52 | 0.20 | 0 | 0.65 | 202.98 | 0.35 | 0.26 |
| Hex | 2B | 48 | 5A | 34 | 14 | 0 | 41 | CB | 23 | 1A |
| Octal | 53 | 110 | 132 | 64 | 24 | 0 | 101 | 313 | 43 | 32 |
| Binary | 101011 | 1001000 | 1011010 | 110100 | 10100 | 0 | 1000001 | 11001011 | 100011 | 11010 |
Color Harmonies of #2B485A
Complementary color
Monochromatic Colors of #2B485A
Black with #2B485A
Text Example
Text Example
White with #2B485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B485A; }
p { color: rgb(43,72,90); }
H1.HeaderClassName
{
color: #2B485A;
}
.AnyTagClassName
{
color: #2B485A;
}
</style>
background-color css
<style>
a { background-color: #2B485A; }
a { background-color: rgb(43,72,90); }
div.DivClassName
{
background-color: #2B485A;
}
.BgClassName
{
background-color: #2B485A;
}
</style>
border-color css
<style>
span { border-color: #2B485A; }
span { border-color: rgb(43,72,90); }
td.TdClassName
{
border-color: #2B485A;
}
.TagClassName
{
border-color: #2B485A;
}
</style>