Shades of Allports #227C90
Tints of Allports #227C90
RGB
CMYK
RGB Variations
Color information
#227C90 (or 0x227C90) is known color: Allports. HEX triplet: 22, 7C and 90. RGB value is (34,124,144). Sum of RGB (Red+Green+Blue) = 34+124+144=302 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.26% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #227C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227C90 is #DD836F. Grayscale: #636363. Windows color (decimal): -14517104 or 9468962. OLE color: 9468962.
HSL color Cylindrical-coordinate representation of color #227C90: hue angle of 190.91º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #227C90 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 124 | 144 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.44 |
| HSL | 190.91º | 0.62% | 0.35% | - |
| HSV(B) | 190.91º | 0.76% | 0.56% | - |
| XYZ | 12.9 | 16.77 | 28.94 | - |
| YUV | 99.37 | 153.18 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 124 | 144 | 0.76 | 0.14 | 0 | 0.44 | 190.91 | 0.62 | 0.35 |
| Hex | 22 | 7C | 90 | 4C | E | 0 | 2C | BF | 3E | 23 |
| Octal | 42 | 174 | 220 | 114 | 16 | 0 | 54 | 277 | 76 | 43 |
| Binary | 100010 | 1111100 | 10010000 | 1001100 | 1110 | 0 | 101100 | 10111111 | 111110 | 100011 |
Color Harmonies of #227C90
Complementary color
Monochromatic Colors of #227C90
Black with #227C90
Text Example
Text Example
White with #227C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227C90; }
p { color: rgb(34,124,144); }
H1.HeaderClassName
{
color: #227C90;
}
.AnyTagClassName
{
color: #227C90;
}
</style>
background-color css
<style>
a { background-color: #227C90; }
a { background-color: rgb(34,124,144); }
div.DivClassName
{
background-color: #227C90;
}
.BgClassName
{
background-color: #227C90;
}
</style>
border-color css
<style>
span { border-color: #227C90; }
span { border-color: rgb(34,124,144); }
td.TdClassName
{
border-color: #227C90;
}
.TagClassName
{
border-color: #227C90;
}
</style>