Shades of Arapawa #2C4559
Tints of Arapawa #2C4559
RGB
CMYK
RGB Variations
Color information
#2C4559 (or 0x2C4559) is known color: Arapawa. HEX triplet: 2C, 45 and 59. RGB value is (44,69,89). Sum of RGB (Red+Green+Blue) = 44+69+89=202 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.78% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #2C4559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4559 is #D3BAA6. Grayscale: #3F3F3F. Windows color (decimal): -13875879 or 5850412. OLE color: 5850412.
HSL color Cylindrical-coordinate representation of color #2C4559: hue angle of 206.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C4559 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 69 | 89 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.65 |
| HSL | 206.67º | 0.34% | 0.26% | - |
| HSV(B) | 206.67º | 0.51% | 0.35% | - |
| XYZ | 4.97 | 5.51 | 10.25 | - |
| YUV | 63.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 69 | 89 | 0.51 | 0.22 | 0 | 0.65 | 206.67 | 0.34 | 0.26 |
| Hex | 2C | 45 | 59 | 33 | 16 | 0 | 41 | CF | 22 | 1A |
| Octal | 54 | 105 | 131 | 63 | 26 | 0 | 101 | 317 | 42 | 32 |
| Binary | 101100 | 1000101 | 1011001 | 110011 | 10110 | 0 | 1000001 | 11001111 | 100010 | 11010 |
Color Harmonies of #2C4559
Complementary color
Monochromatic Colors of #2C4559
Black with #2C4559
Text Example
Text Example
White with #2C4559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4559; }
p { color: rgb(44,69,89); }
H1.HeaderClassName
{
color: #2C4559;
}
.AnyTagClassName
{
color: #2C4559;
}
</style>
background-color css
<style>
a { background-color: #2C4559; }
a { background-color: rgb(44,69,89); }
div.DivClassName
{
background-color: #2C4559;
}
.BgClassName
{
background-color: #2C4559;
}
</style>
border-color css
<style>
span { border-color: #2C4559; }
span { border-color: rgb(44,69,89); }
td.TdClassName
{
border-color: #2C4559;
}
.TagClassName
{
border-color: #2C4559;
}
</style>