Shades of Arapawa #2C495B
Tints of Arapawa #2C495B
RGB
CMYK
RGB Variations
Color information
#2C495B (or 0x2C495B) is known color: Arapawa. HEX triplet: 2C, 49 and 5B. RGB value is (44,73,91). Sum of RGB (Red+Green+Blue) = 44+73+91=208 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.15% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 91 - color contains mainly: blue. Hex color #2C495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C495B is #D3B6A4. Grayscale: #424242. Windows color (decimal): -13874853 or 5982508. OLE color: 5982508.
HSL color Cylindrical-coordinate representation of color #2C495B: hue angle of 202.98º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2C495B is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 73 | 91 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.64 |
| HSL | 202.98º | 0.35% | 0.26% | - |
| HSV(B) | 202.98º | 0.52% | 0.36% | - |
| XYZ | 5.31 | 6.06 | 10.79 | - |
| YUV | 66.38 | 141.89 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 73 | 91 | 0.52 | 0.20 | 0 | 0.64 | 202.98 | 0.35 | 0.26 |
| Hex | 2C | 49 | 5B | 34 | 14 | 0 | 40 | CB | 23 | 1A |
| Octal | 54 | 111 | 133 | 64 | 24 | 0 | 100 | 313 | 43 | 32 |
| Binary | 101100 | 1001001 | 1011011 | 110100 | 10100 | 0 | 1000000 | 11001011 | 100011 | 11010 |
Color Harmonies of #2C495B
Complementary color
Monochromatic Colors of #2C495B
Black with #2C495B
Text Example
Text Example
White with #2C495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C495B; }
p { color: rgb(44,73,91); }
H1.HeaderClassName
{
color: #2C495B;
}
.AnyTagClassName
{
color: #2C495B;
}
</style>
background-color css
<style>
a { background-color: #2C495B; }
a { background-color: rgb(44,73,91); }
div.DivClassName
{
background-color: #2C495B;
}
.BgClassName
{
background-color: #2C495B;
}
</style>
border-color css
<style>
span { border-color: #2C495B; }
span { border-color: rgb(44,73,91); }
td.TdClassName
{
border-color: #2C495B;
}
.TagClassName
{
border-color: #2C495B;
}
</style>