Shades of Arapawa #2C4E69
Tints of Arapawa #2C4E69
RGB
CMYK
RGB Variations
Color information
#2C4E69 (or 0x2C4E69) is known color: Arapawa. HEX triplet: 2C, 4E and 69. RGB value is (44,78,105). Sum of RGB (Red+Green+Blue) = 44+78+105=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #2C4E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C4E69 is #D3B196. Grayscale: #464646. Windows color (decimal): -13873559 or 6901292. OLE color: 6901292.
HSL color Cylindrical-coordinate representation of color #2C4E69: hue angle of 206.56º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C4E69 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 78 | 105 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.59 |
| HSL | 206.56º | 0.41% | 0.29% | - |
| HSV(B) | 206.56º | 0.58% | 0.41% | - |
| XYZ | 6.31 | 7 | 14.38 | - |
| YUV | 70.91 | 147.24 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 78 | 105 | 0.58 | 0.26 | 0 | 0.59 | 206.56 | 0.41 | 0.29 |
| Hex | 2C | 4E | 69 | 3A | 1A | 0 | 3B | CF | 29 | 1D |
| Octal | 54 | 116 | 151 | 72 | 32 | 0 | 73 | 317 | 51 | 35 |
| Binary | 101100 | 1001110 | 1101001 | 111010 | 11010 | 0 | 111011 | 11001111 | 101001 | 11101 |
Color Harmonies of #2C4E69
Complementary color
Monochromatic Colors of #2C4E69
Black with #2C4E69
Text Example
Text Example
White with #2C4E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4E69; }
p { color: rgb(44,78,105); }
H1.HeaderClassName
{
color: #2C4E69;
}
.AnyTagClassName
{
color: #2C4E69;
}
</style>
background-color css
<style>
a { background-color: #2C4E69; }
a { background-color: rgb(44,78,105); }
div.DivClassName
{
background-color: #2C4E69;
}
.BgClassName
{
background-color: #2C4E69;
}
</style>
border-color css
<style>
span { border-color: #2C4E69; }
span { border-color: rgb(44,78,105); }
td.TdClassName
{
border-color: #2C4E69;
}
.TagClassName
{
border-color: #2C4E69;
}
</style>