Shades of Arapawa #2F5260
Tints of Arapawa #2F5260
RGB
CMYK
RGB Variations
Color information
#2F5260 (or 0x2F5260) is known color: Arapawa. HEX triplet: 2F, 52 and 60. RGB value is (47,82,96). Sum of RGB (Red+Green+Blue) = 47+82+96=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F5260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5260 is #D0AD9F. Grayscale: #494949. Windows color (decimal): -13675936 or 6312495. OLE color: 6312495.
HSL color Cylindrical-coordinate representation of color #2F5260: hue angle of 197.14º 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 #2F5260 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 82 | 96 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.62 |
| HSL | 197.14º | 0.34% | 0.28% | - |
| HSV(B) | 197.14º | 0.51% | 0.38% | - |
| XYZ | 6.3 | 7.48 | 12.18 | - |
| YUV | 73.13 | 140.9 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 82 | 96 | 0.51 | 0.15 | 0 | 0.62 | 197.14 | 0.34 | 0.28 |
| Hex | 2F | 52 | 60 | 33 | F | 0 | 3E | C5 | 22 | 1C |
| Octal | 57 | 122 | 140 | 63 | 17 | 0 | 76 | 305 | 42 | 34 |
| Binary | 101111 | 1010010 | 1100000 | 110011 | 1111 | 0 | 111110 | 11000101 | 100010 | 11100 |
Color Harmonies of #2F5260
Complementary color
Monochromatic Colors of #2F5260
Black with #2F5260
Text Example
Text Example
White with #2F5260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5260; }
p { color: rgb(47,82,96); }
H1.HeaderClassName
{
color: #2F5260;
}
.AnyTagClassName
{
color: #2F5260;
}
</style>
background-color css
<style>
a { background-color: #2F5260; }
a { background-color: rgb(47,82,96); }
div.DivClassName
{
background-color: #2F5260;
}
.BgClassName
{
background-color: #2F5260;
}
</style>
border-color css
<style>
span { border-color: #2F5260; }
span { border-color: rgb(47,82,96); }
td.TdClassName
{
border-color: #2F5260;
}
.TagClassName
{
border-color: #2F5260;
}
</style>