Shades of Allports #226481
Tints of Allports #226481
RGB
CMYK
RGB Variations
Color information
#226481 (or 0x226481) is known color: Allports. HEX triplet: 22, 64 and 81. RGB value is (34,100,129). Sum of RGB (Red+Green+Blue) = 34+100+129=263 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.93% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 129 - color contains mainly: blue. Hex color #226481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226481 is #DD9B7E. Grayscale: #535353. Windows color (decimal): -14523263 or 8479778. OLE color: 8479778.
HSL color Cylindrical-coordinate representation of color #226481: hue angle of 198.32º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #226481 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 100 | 129 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.49 |
| HSL | 198.32º | 0.58% | 0.32% | - |
| HSV(B) | 198.32º | 0.74% | 0.51% | - |
| XYZ | 9.18 | 11.04 | 22.42 | - |
| YUV | 83.57 | 153.63 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 100 | 129 | 0.74 | 0.22 | 0 | 0.49 | 198.32 | 0.58 | 0.32 |
| Hex | 22 | 64 | 81 | 4A | 16 | 0 | 31 | C6 | 3A | 20 |
| Octal | 42 | 144 | 201 | 112 | 26 | 0 | 61 | 306 | 72 | 40 |
| Binary | 100010 | 1100100 | 10000001 | 1001010 | 10110 | 0 | 110001 | 11000110 | 111010 | 100000 |
Color Harmonies of #226481
Complementary color
Monochromatic Colors of #226481
Black with #226481
Text Example
Text Example
White with #226481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226481; }
p { color: rgb(34,100,129); }
H1.HeaderClassName
{
color: #226481;
}
.AnyTagClassName
{
color: #226481;
}
</style>
background-color css
<style>
a { background-color: #226481; }
a { background-color: rgb(34,100,129); }
div.DivClassName
{
background-color: #226481;
}
.BgClassName
{
background-color: #226481;
}
</style>
border-color css
<style>
span { border-color: #226481; }
span { border-color: rgb(34,100,129); }
td.TdClassName
{
border-color: #226481;
}
.TagClassName
{
border-color: #226481;
}
</style>