Shades of Arapawa #224662
Tints of Arapawa #224662
RGB
CMYK
RGB Variations
Color information
#224662 (or 0x224662) is known color: Arapawa. HEX triplet: 22, 46 and 62. RGB value is (34,70,98). Sum of RGB (Red+Green+Blue) = 34+70+98=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #224662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224662 is #DDB99D. Grayscale: #3E3E3E. Windows color (decimal): -14530974 or 6440482. OLE color: 6440482.
HSL color Cylindrical-coordinate representation of color #224662: hue angle of 206.25º 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 #224662 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 70 | 98 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.62 |
| HSL | 206.25º | 0.48% | 0.26% | - |
| HSV(B) | 206.25º | 0.65% | 0.38% | - |
| XYZ | 5.05 | 5.6 | 12.37 | - |
| YUV | 62.43 | 148.07 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 98 | 0.65 | 0.29 | 0 | 0.62 | 206.25 | 0.48 | 0.26 |
| Hex | 22 | 46 | 62 | 41 | 1D | 0 | 3E | CE | 30 | 1A |
| Octal | 42 | 106 | 142 | 101 | 35 | 0 | 76 | 316 | 60 | 32 |
| Binary | 100010 | 1000110 | 1100010 | 1000001 | 11101 | 0 | 111110 | 11001110 | 110000 | 11010 |
Color Harmonies of #224662
Complementary color
Monochromatic Colors of #224662
Black with #224662
Text Example
Text Example
White with #224662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224662; }
p { color: rgb(34,70,98); }
H1.HeaderClassName
{
color: #224662;
}
.AnyTagClassName
{
color: #224662;
}
</style>
background-color css
<style>
a { background-color: #224662; }
a { background-color: rgb(34,70,98); }
div.DivClassName
{
background-color: #224662;
}
.BgClassName
{
background-color: #224662;
}
</style>
border-color css
<style>
span { border-color: #224662; }
span { border-color: rgb(34,70,98); }
td.TdClassName
{
border-color: #224662;
}
.TagClassName
{
border-color: #224662;
}
</style>