Shades of Arapawa #2F5066
Tints of Arapawa #2F5066
RGB
CMYK
RGB Variations
Color information
#2F5066 (or 0x2F5066) is known color: Arapawa. HEX triplet: 2F, 50 and 66. RGB value is (47,80,102). Sum of RGB (Red+Green+Blue) = 47+80+102=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 102 - color contains mainly: blue. Hex color #2F5066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5066 is #D0AF99. Grayscale: #484848. Windows color (decimal): -13676442 or 6705199. OLE color: 6705199.
HSL color Cylindrical-coordinate representation of color #2F5066: hue angle of 204º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F5066 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 47 | 80 | 102 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.6 |
| HSL | 204º | 0.37% | 0.29% | - |
| HSV(B) | 204º | 0.54% | 0.4% | - |
| XYZ | 6.44 | 7.3 | 13.64 | - |
| YUV | 72.64 | 144.57 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 80 | 102 | 0.54 | 0.22 | 0 | 0.6 | 204 | 0.37 | 0.29 |
| Hex | 2F | 50 | 66 | 36 | 16 | 0 | 3C | CC | 25 | 1D |
| Octal | 57 | 120 | 146 | 66 | 26 | 0 | 74 | 314 | 45 | 35 |
| Binary | 101111 | 1010000 | 1100110 | 110110 | 10110 | 0 | 111100 | 11001100 | 100101 | 11101 |
Color Harmonies of #2F5066
Complementary color
Monochromatic Colors of #2F5066
Black with #2F5066
Text Example
Text Example
White with #2F5066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5066; }
p { color: rgb(47,80,102); }
H1.HeaderClassName
{
color: #2F5066;
}
.AnyTagClassName
{
color: #2F5066;
}
</style>
background-color css
<style>
a { background-color: #2F5066; }
a { background-color: rgb(47,80,102); }
div.DivClassName
{
background-color: #2F5066;
}
.BgClassName
{
background-color: #2F5066;
}
</style>
border-color css
<style>
span { border-color: #2F5066; }
span { border-color: rgb(47,80,102); }
td.TdClassName
{
border-color: #2F5066;
}
.TagClassName
{
border-color: #2F5066;
}
</style>