Shades of Allports #226B83
Tints of Allports #226B83
RGB
CMYK
RGB Variations
Color information
#226B83 (or 0x226B83) is known color: Allports. HEX triplet: 22, 6B and 83. RGB value is (34,107,131). Sum of RGB (Red+Green+Blue) = 34+107+131=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #226B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226B83 is #DD947C. Grayscale: #575757. Windows color (decimal): -14521469 or 8612642. OLE color: 8612642.
HSL color Cylindrical-coordinate representation of color #226B83: hue angle of 194.85º degrees, saturation: 0.59, 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 #226B83 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 107 | 131 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.49 |
| HSL | 194.85º | 0.59% | 0.32% | - |
| HSV(B) | 194.85º | 0.74% | 0.51% | - |
| XYZ | 10.01 | 12.49 | 23.36 | - |
| YUV | 87.91 | 152.32 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 107 | 131 | 0.74 | 0.18 | 0 | 0.49 | 194.85 | 0.59 | 0.32 |
| Hex | 22 | 6B | 83 | 4A | 12 | 0 | 31 | C3 | 3B | 20 |
| Octal | 42 | 153 | 203 | 112 | 22 | 0 | 61 | 303 | 73 | 40 |
| Binary | 100010 | 1101011 | 10000011 | 1001010 | 10010 | 0 | 110001 | 11000011 | 111011 | 100000 |
Color Harmonies of #226B83
Complementary color
Monochromatic Colors of #226B83
Black with #226B83
Text Example
Text Example
White with #226B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226B83; }
p { color: rgb(34,107,131); }
H1.HeaderClassName
{
color: #226B83;
}
.AnyTagClassName
{
color: #226B83;
}
</style>
background-color css
<style>
a { background-color: #226B83; }
a { background-color: rgb(34,107,131); }
div.DivClassName
{
background-color: #226B83;
}
.BgClassName
{
background-color: #226B83;
}
</style>
border-color css
<style>
span { border-color: #226B83; }
span { border-color: rgb(34,107,131); }
td.TdClassName
{
border-color: #226B83;
}
.TagClassName
{
border-color: #226B83;
}
</style>