Shades of Arapawa #225268
Tints of Arapawa #225268
RGB
CMYK
RGB Variations
Color information
#225268 (or 0x225268) is known color: Arapawa. HEX triplet: 22, 52 and 68. RGB value is (34,82,104). Sum of RGB (Red+Green+Blue) = 34+82+104=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #225268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225268 is #DDAD97. Grayscale: #464646. Windows color (decimal): -14527896 or 6836770. OLE color: 6836770.
HSL color Cylindrical-coordinate representation of color #225268: hue angle of 198.86º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #225268 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 34 | 82 | 104 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.59 |
| HSL | 198.86º | 0.51% | 0.27% | - |
| HSV(B) | 198.86º | 0.67% | 0.41% | - |
| XYZ | 6.18 | 7.37 | 14.19 | - |
| YUV | 70.16 | 147.1 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 82 | 104 | 0.67 | 0.21 | 0 | 0.59 | 198.86 | 0.51 | 0.27 |
| Hex | 22 | 52 | 68 | 43 | 15 | 0 | 3B | C7 | 33 | 1B |
| Octal | 42 | 122 | 150 | 103 | 25 | 0 | 73 | 307 | 63 | 33 |
| Binary | 100010 | 1010010 | 1101000 | 1000011 | 10101 | 0 | 111011 | 11000111 | 110011 | 11011 |
Color Harmonies of #225268
Complementary color
Monochromatic Colors of #225268
Black with #225268
Text Example
Text Example
White with #225268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225268; }
p { color: rgb(34,82,104); }
H1.HeaderClassName
{
color: #225268;
}
.AnyTagClassName
{
color: #225268;
}
</style>
background-color css
<style>
a { background-color: #225268; }
a { background-color: rgb(34,82,104); }
div.DivClassName
{
background-color: #225268;
}
.BgClassName
{
background-color: #225268;
}
</style>
border-color css
<style>
span { border-color: #225268; }
span { border-color: rgb(34,82,104); }
td.TdClassName
{
border-color: #225268;
}
.TagClassName
{
border-color: #225268;
}
</style>