Shades of Arapawa #2C4F62
Tints of Arapawa #2C4F62
RGB
CMYK
RGB Variations
Color information
#2C4F62 (or 0x2C4F62) is known color: Arapawa. HEX triplet: 2C, 4F and 62. RGB value is (44,79,98). Sum of RGB (Red+Green+Blue) = 44+79+98=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #2C4F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C4F62 is #D3B09D. Grayscale: #464646. Windows color (decimal): -13873310 or 6442796. OLE color: 6442796.
HSL color Cylindrical-coordinate representation of color #2C4F62: hue angle of 201.11º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C4F62 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 79 | 98 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.62 |
| HSL | 201.11º | 0.38% | 0.28% | - |
| HSV(B) | 201.11º | 0.55% | 0.38% | - |
| XYZ | 6.04 | 7.01 | 12.59 | - |
| YUV | 70.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 79 | 98 | 0.55 | 0.19 | 0 | 0.62 | 201.11 | 0.38 | 0.28 |
| Hex | 2C | 4F | 62 | 37 | 13 | 0 | 3E | C9 | 26 | 1C |
| Octal | 54 | 117 | 142 | 67 | 23 | 0 | 76 | 311 | 46 | 34 |
| Binary | 101100 | 1001111 | 1100010 | 110111 | 10011 | 0 | 111110 | 11001001 | 100110 | 11100 |
Color Harmonies of #2C4F62
Complementary color
Monochromatic Colors of #2C4F62
Black with #2C4F62
Text Example
Text Example
White with #2C4F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4F62; }
p { color: rgb(44,79,98); }
H1.HeaderClassName
{
color: #2C4F62;
}
.AnyTagClassName
{
color: #2C4F62;
}
</style>
background-color css
<style>
a { background-color: #2C4F62; }
a { background-color: rgb(44,79,98); }
div.DivClassName
{
background-color: #2C4F62;
}
.BgClassName
{
background-color: #2C4F62;
}
</style>
border-color css
<style>
span { border-color: #2C4F62; }
span { border-color: rgb(44,79,98); }
td.TdClassName
{
border-color: #2C4F62;
}
.TagClassName
{
border-color: #2C4F62;
}
</style>