Shades of Arapawa #225066
Tints of Arapawa #225066
RGB
CMYK
RGB Variations
Color information
#225066 (or 0x225066) is known color: Arapawa. HEX triplet: 22, 50 and 66. RGB value is (34,80,102). Sum of RGB (Red+Green+Blue) = 34+80+102=216 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.74% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 102 - color contains mainly: blue. Hex color #225066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225066 is #DDAF99. Grayscale: #444444. Windows color (decimal): -14528410 or 6705186. OLE color: 6705186.
HSL color Cylindrical-coordinate representation of color #225066: hue angle of 199.41º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #225066 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 34 | 80 | 102 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.6 |
| HSL | 199.41º | 0.5% | 0.27% | - |
| HSV(B) | 199.41º | 0.67% | 0.4% | - |
| XYZ | 5.93 | 7.04 | 13.62 | - |
| YUV | 68.75 | 146.76 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 80 | 102 | 0.67 | 0.22 | 0 | 0.6 | 199.41 | 0.5 | 0.27 |
| Hex | 22 | 50 | 66 | 43 | 16 | 0 | 3C | C7 | 32 | 1B |
| Octal | 42 | 120 | 146 | 103 | 26 | 0 | 74 | 307 | 62 | 33 |
| Binary | 100010 | 1010000 | 1100110 | 1000011 | 10110 | 0 | 111100 | 11000111 | 110010 | 11011 |
Color Harmonies of #225066
Complementary color
Monochromatic Colors of #225066
Black with #225066
Text Example
Text Example
White with #225066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225066; }
p { color: rgb(34,80,102); }
H1.HeaderClassName
{
color: #225066;
}
.AnyTagClassName
{
color: #225066;
}
</style>
background-color css
<style>
a { background-color: #225066; }
a { background-color: rgb(34,80,102); }
div.DivClassName
{
background-color: #225066;
}
.BgClassName
{
background-color: #225066;
}
</style>
border-color css
<style>
span { border-color: #225066; }
span { border-color: rgb(34,80,102); }
td.TdClassName
{
border-color: #225066;
}
.TagClassName
{
border-color: #225066;
}
</style>