Shades of Arapawa #2F5462
Tints of Arapawa #2F5462
RGB
CMYK
RGB Variations
Color information
#2F5462 (or 0x2F5462) is known color: Arapawa. HEX triplet: 2F, 54 and 62. RGB value is (47,84,98). Sum of RGB (Red+Green+Blue) = 47+84+98=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #2F5462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5462 is #D0AB9D. Grayscale: #4A4A4A. Windows color (decimal): -13675422 or 6444079. OLE color: 6444079.
HSL color Cylindrical-coordinate representation of color #2F5462: hue angle of 196.47º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F5462 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 84 | 98 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.62 |
| HSL | 196.47º | 0.35% | 0.28% | - |
| HSV(B) | 196.47º | 0.52% | 0.38% | - |
| XYZ | 6.55 | 7.83 | 12.72 | - |
| YUV | 74.53 | 141.24 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 84 | 98 | 0.52 | 0.14 | 0 | 0.62 | 196.47 | 0.35 | 0.28 |
| Hex | 2F | 54 | 62 | 34 | E | 0 | 3E | C4 | 23 | 1C |
| Octal | 57 | 124 | 142 | 64 | 16 | 0 | 76 | 304 | 43 | 34 |
| Binary | 101111 | 1010100 | 1100010 | 110100 | 1110 | 0 | 111110 | 11000100 | 100011 | 11100 |
Color Harmonies of #2F5462
Complementary color
Monochromatic Colors of #2F5462
Black with #2F5462
Text Example
Text Example
White with #2F5462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5462; }
p { color: rgb(47,84,98); }
H1.HeaderClassName
{
color: #2F5462;
}
.AnyTagClassName
{
color: #2F5462;
}
</style>
background-color css
<style>
a { background-color: #2F5462; }
a { background-color: rgb(47,84,98); }
div.DivClassName
{
background-color: #2F5462;
}
.BgClassName
{
background-color: #2F5462;
}
</style>
border-color css
<style>
span { border-color: #2F5462; }
span { border-color: rgb(47,84,98); }
td.TdClassName
{
border-color: #2F5462;
}
.TagClassName
{
border-color: #2F5462;
}
</style>