Shades of Arapawa #2F4D60
Tints of Arapawa #2F4D60
RGB
CMYK
RGB Variations
Color information
#2F4D60 (or 0x2F4D60) is known color: Arapawa. HEX triplet: 2F, 4D and 60. RGB value is (47,77,96). Sum of RGB (Red+Green+Blue) = 47+77+96=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F4D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F4D60 is #D0B29F. Grayscale: #464646. Windows color (decimal): -13677216 or 6311215. OLE color: 6311215.
HSL color Cylindrical-coordinate representation of color #2F4D60: hue angle of 203.27º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F4D60 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 77 | 96 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.62 |
| HSL | 203.27º | 0.34% | 0.28% | - |
| HSV(B) | 203.27º | 0.51% | 0.38% | - |
| XYZ | 5.94 | 6.76 | 12.06 | - |
| YUV | 70.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 77 | 96 | 0.51 | 0.20 | 0 | 0.62 | 203.27 | 0.34 | 0.28 |
| Hex | 2F | 4D | 60 | 33 | 14 | 0 | 3E | CB | 22 | 1C |
| Octal | 57 | 115 | 140 | 63 | 24 | 0 | 76 | 313 | 42 | 34 |
| Binary | 101111 | 1001101 | 1100000 | 110011 | 10100 | 0 | 111110 | 11001011 | 100010 | 11100 |
Color Harmonies of #2F4D60
Complementary color
Monochromatic Colors of #2F4D60
Black with #2F4D60
Text Example
Text Example
White with #2F4D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4D60; }
p { color: rgb(47,77,96); }
H1.HeaderClassName
{
color: #2F4D60;
}
.AnyTagClassName
{
color: #2F4D60;
}
</style>
background-color css
<style>
a { background-color: #2F4D60; }
a { background-color: rgb(47,77,96); }
div.DivClassName
{
background-color: #2F4D60;
}
.BgClassName
{
background-color: #2F4D60;
}
</style>
border-color css
<style>
span { border-color: #2F4D60; }
span { border-color: rgb(47,77,96); }
td.TdClassName
{
border-color: #2F4D60;
}
.TagClassName
{
border-color: #2F4D60;
}
</style>