Shades of Arapawa #224F69
Tints of Arapawa #224F69
RGB
CMYK
RGB Variations
Color information
#224F69 (or 0x224F69) is known color: Arapawa. HEX triplet: 22, 4F and 69. RGB value is (34,79,105). Sum of RGB (Red+Green+Blue) = 34+79+105=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #224F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224F69 is #DDB096. Grayscale: #444444. Windows color (decimal): -14528663 or 6901538. OLE color: 6901538.
HSL color Cylindrical-coordinate representation of color #224F69: hue angle of 201.97º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #224F69 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 34 | 79 | 105 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.59 |
| HSL | 201.97º | 0.51% | 0.27% | - |
| HSV(B) | 201.97º | 0.68% | 0.41% | - |
| XYZ | 6.01 | 6.95 | 14.39 | - |
| YUV | 68.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 105 | 0.68 | 0.25 | 0 | 0.59 | 201.97 | 0.51 | 0.27 |
| Hex | 22 | 4F | 69 | 44 | 19 | 0 | 3B | CA | 33 | 1B |
| Octal | 42 | 117 | 151 | 104 | 31 | 0 | 73 | 312 | 63 | 33 |
| Binary | 100010 | 1001111 | 1101001 | 1000100 | 11001 | 0 | 111011 | 11001010 | 110011 | 11011 |
Color Harmonies of #224F69
Complementary color
Monochromatic Colors of #224F69
Black with #224F69
Text Example
Text Example
White with #224F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224F69; }
p { color: rgb(34,79,105); }
H1.HeaderClassName
{
color: #224F69;
}
.AnyTagClassName
{
color: #224F69;
}
</style>
background-color css
<style>
a { background-color: #224F69; }
a { background-color: rgb(34,79,105); }
div.DivClassName
{
background-color: #224F69;
}
.BgClassName
{
background-color: #224F69;
}
</style>
border-color css
<style>
span { border-color: #224F69; }
span { border-color: rgb(34,79,105); }
td.TdClassName
{
border-color: #224F69;
}
.TagClassName
{
border-color: #224F69;
}
</style>