Shades of Arapawa #2C4858
Tints of Arapawa #2C4858
RGB
CMYK
RGB Variations
Color information
#2C4858 (or 0x2C4858) is known color: Arapawa. HEX triplet: 2C, 48 and 58. RGB value is (44,72,88). Sum of RGB (Red+Green+Blue) = 44+72+88=204 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.57% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #2C4858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4858 is #D3B7A7. Grayscale: #414141. Windows color (decimal): -13875112 or 5785644. OLE color: 5785644.
HSL color Cylindrical-coordinate representation of color #2C4858: hue angle of 201.82º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C4858 is Cyan = 0.5, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 72 | 88 | - |
| CMYK | 0.5 | 0.18 | 0 | 0.65 |
| HSL | 201.82º | 0.33% | 0.26% | - |
| HSV(B) | 201.82º | 0.5% | 0.35% | - |
| XYZ | 5.12 | 5.87 | 10.1 | - |
| YUV | 65.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 72 | 88 | 0.5 | 0.18 | 0 | 0.65 | 201.82 | 0.33 | 0.26 |
| Hex | 2C | 48 | 58 | 32 | 12 | 0 | 41 | CA | 21 | 1A |
| Octal | 54 | 110 | 130 | 62 | 22 | 0 | 101 | 312 | 41 | 32 |
| Binary | 101100 | 1001000 | 1011000 | 110010 | 10010 | 0 | 1000001 | 11001010 | 100001 | 11010 |
Color Harmonies of #2C4858
Complementary color
Monochromatic Colors of #2C4858
Black with #2C4858
Text Example
Text Example
White with #2C4858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4858; }
p { color: rgb(44,72,88); }
H1.HeaderClassName
{
color: #2C4858;
}
.AnyTagClassName
{
color: #2C4858;
}
</style>
background-color css
<style>
a { background-color: #2C4858; }
a { background-color: rgb(44,72,88); }
div.DivClassName
{
background-color: #2C4858;
}
.BgClassName
{
background-color: #2C4858;
}
</style>
border-color css
<style>
span { border-color: #2C4858; }
span { border-color: rgb(44,72,88); }
td.TdClassName
{
border-color: #2C4858;
}
.TagClassName
{
border-color: #2C4858;
}
</style>