Shades of Arapawa #224C69
Tints of Arapawa #224C69
RGB
CMYK
RGB Variations
Color information
#224C69 (or 0x224C69) is known color: Arapawa. HEX triplet: 22, 4C and 69. RGB value is (34,76,105). Sum of RGB (Red+Green+Blue) = 34+76+105=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #224C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224C69 is #DDB396. Grayscale: #424242. Windows color (decimal): -14529431 or 6900770. OLE color: 6900770.
HSL color Cylindrical-coordinate representation of color #224C69: hue angle of 204.51º 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 #224C69 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 34 | 76 | 105 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.59 |
| HSL | 204.51º | 0.51% | 0.27% | - |
| HSV(B) | 204.51º | 0.68% | 0.41% | - |
| XYZ | 5.79 | 6.53 | 14.32 | - |
| YUV | 66.75 | 149.59 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 105 | 0.68 | 0.28 | 0 | 0.59 | 204.51 | 0.51 | 0.27 |
| Hex | 22 | 4C | 69 | 44 | 1C | 0 | 3B | CD | 33 | 1B |
| Octal | 42 | 114 | 151 | 104 | 34 | 0 | 73 | 315 | 63 | 33 |
| Binary | 100010 | 1001100 | 1101001 | 1000100 | 11100 | 0 | 111011 | 11001101 | 110011 | 11011 |
Color Harmonies of #224C69
Complementary color
Monochromatic Colors of #224C69
Black with #224C69
Text Example
Text Example
White with #224C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224C69; }
p { color: rgb(34,76,105); }
H1.HeaderClassName
{
color: #224C69;
}
.AnyTagClassName
{
color: #224C69;
}
</style>
background-color css
<style>
a { background-color: #224C69; }
a { background-color: rgb(34,76,105); }
div.DivClassName
{
background-color: #224C69;
}
.BgClassName
{
background-color: #224C69;
}
</style>
border-color css
<style>
span { border-color: #224C69; }
span { border-color: rgb(34,76,105); }
td.TdClassName
{
border-color: #224C69;
}
.TagClassName
{
border-color: #224C69;
}
</style>