Shades of Allports #226381
Tints of Allports #226381
RGB
CMYK
RGB Variations
Color information
#226381 (or 0x226381) is known color: Allports. HEX triplet: 22, 63 and 81. RGB value is (34,99,129). Sum of RGB (Red+Green+Blue) = 34+99+129=262 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.98% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 129 (50.78% from 255 or 49.24% from 262); Max value from RGB is 129 - color contains mainly: blue. Hex color #226381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226381 is #DD9C7E. Grayscale: #525252. Windows color (decimal): -14523519 or 8479522. OLE color: 8479522.
HSL color Cylindrical-coordinate representation of color #226381: hue angle of 198.95º 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 #226381 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 99 | 129 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.49 |
| HSL | 198.95º | 0.58% | 0.32% | - |
| HSV(B) | 198.95º | 0.74% | 0.51% | - |
| XYZ | 9.08 | 10.85 | 22.38 | - |
| YUV | 82.99 | 153.97 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 99 | 129 | 0.74 | 0.23 | 0 | 0.49 | 198.95 | 0.58 | 0.32 |
| Hex | 22 | 63 | 81 | 4A | 17 | 0 | 31 | C7 | 3A | 20 |
| Octal | 42 | 143 | 201 | 112 | 27 | 0 | 61 | 307 | 72 | 40 |
| Binary | 100010 | 1100011 | 10000001 | 1001010 | 10111 | 0 | 110001 | 11000111 | 111010 | 100000 |
Color Harmonies of #226381
Complementary color
Monochromatic Colors of #226381
Black with #226381
Text Example
Text Example
White with #226381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226381; }
p { color: rgb(34,99,129); }
H1.HeaderClassName
{
color: #226381;
}
.AnyTagClassName
{
color: #226381;
}
</style>
background-color css
<style>
a { background-color: #226381; }
a { background-color: rgb(34,99,129); }
div.DivClassName
{
background-color: #226381;
}
.BgClassName
{
background-color: #226381;
}
</style>
border-color css
<style>
span { border-color: #226381; }
span { border-color: rgb(34,99,129); }
td.TdClassName
{
border-color: #226381;
}
.TagClassName
{
border-color: #226381;
}
</style>