Shades of Allports #226B7B
Tints of Allports #226B7B
RGB
CMYK
RGB Variations
Color information
#226B7B (or 0x226B7B) is known color: Allports. HEX triplet: 22, 6B and 7B. RGB value is (34,107,123). Sum of RGB (Red+Green+Blue) = 34+107+123=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #226B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226B7B is #DD9484. Grayscale: #565656. Windows color (decimal): -14521477 or 8088354. OLE color: 8088354.
HSL color Cylindrical-coordinate representation of color #226B7B: hue angle of 190.79º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #226B7B is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 107 | 123 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.52 |
| HSL | 190.79º | 0.57% | 0.31% | - |
| HSV(B) | 190.79º | 0.72% | 0.48% | - |
| XYZ | 9.49 | 12.29 | 20.61 | - |
| YUV | 87 | 148.32 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 107 | 123 | 0.72 | 0.13 | 0 | 0.52 | 190.79 | 0.57 | 0.31 |
| Hex | 22 | 6B | 7B | 48 | D | 0 | 34 | BF | 39 | 1F |
| Octal | 42 | 153 | 173 | 110 | 15 | 0 | 64 | 277 | 71 | 37 |
| Binary | 100010 | 1101011 | 1111011 | 1001000 | 1101 | 0 | 110100 | 10111111 | 111001 | 11111 |
Color Harmonies of #226B7B
Complementary color
Monochromatic Colors of #226B7B
Black with #226B7B
Text Example
Text Example
White with #226B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226B7B; }
p { color: rgb(34,107,123); }
H1.HeaderClassName
{
color: #226B7B;
}
.AnyTagClassName
{
color: #226B7B;
}
</style>
background-color css
<style>
a { background-color: #226B7B; }
a { background-color: rgb(34,107,123); }
div.DivClassName
{
background-color: #226B7B;
}
.BgClassName
{
background-color: #226B7B;
}
</style>
border-color css
<style>
span { border-color: #226B7B; }
span { border-color: rgb(34,107,123); }
td.TdClassName
{
border-color: #226B7B;
}
.TagClassName
{
border-color: #226B7B;
}
</style>