Shades of Arapawa #224F62
Tints of Arapawa #224F62
RGB
CMYK
RGB Variations
Color information
#224F62 (or 0x224F62) is known color: Arapawa. HEX triplet: 22, 4F and 62. RGB value is (34,79,98). Sum of RGB (Red+Green+Blue) = 34+79+98=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #224F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224F62 is #DDB09D. Grayscale: #434343. Windows color (decimal): -14528670 or 6442786. OLE color: 6442786.
HSL color Cylindrical-coordinate representation of color #224F62: hue angle of 197.81º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #224F62 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 79 | 98 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.62 |
| HSL | 197.81º | 0.48% | 0.26% | - |
| HSV(B) | 197.81º | 0.65% | 0.38% | - |
| XYZ | 5.66 | 6.81 | 12.57 | - |
| YUV | 67.71 | 145.09 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 98 | 0.65 | 0.19 | 0 | 0.62 | 197.81 | 0.48 | 0.26 |
| Hex | 22 | 4F | 62 | 41 | 13 | 0 | 3E | C6 | 30 | 1A |
| Octal | 42 | 117 | 142 | 101 | 23 | 0 | 76 | 306 | 60 | 32 |
| Binary | 100010 | 1001111 | 1100010 | 1000001 | 10011 | 0 | 111110 | 11000110 | 110000 | 11010 |
Color Harmonies of #224F62
Complementary color
Monochromatic Colors of #224F62
Black with #224F62
Text Example
Text Example
White with #224F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224F62; }
p { color: rgb(34,79,98); }
H1.HeaderClassName
{
color: #224F62;
}
.AnyTagClassName
{
color: #224F62;
}
</style>
background-color css
<style>
a { background-color: #224F62; }
a { background-color: rgb(34,79,98); }
div.DivClassName
{
background-color: #224F62;
}
.BgClassName
{
background-color: #224F62;
}
</style>
border-color css
<style>
span { border-color: #224F62; }
span { border-color: rgb(34,79,98); }
td.TdClassName
{
border-color: #224F62;
}
.TagClassName
{
border-color: #224F62;
}
</style>