Shades of Allports #227083
Tints of Allports #227083
RGB
CMYK
RGB Variations
Color information
#227083 (or 0x227083) is known color: Allports. HEX triplet: 22, 70 and 83. RGB value is (34,112,131). Sum of RGB (Red+Green+Blue) = 34+112+131=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #227083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227083 is #DD8F7C. Grayscale: #5A5A5A. Windows color (decimal): -14520189 or 8613922. OLE color: 8613922.
HSL color Cylindrical-coordinate representation of color #227083: hue angle of 191.75º 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 #227083 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 112 | 131 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.49 |
| HSL | 191.75º | 0.59% | 0.32% | - |
| HSV(B) | 191.75º | 0.74% | 0.51% | - |
| XYZ | 10.55 | 13.57 | 23.54 | - |
| YUV | 90.84 | 150.66 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 112 | 131 | 0.74 | 0.15 | 0 | 0.49 | 191.75 | 0.59 | 0.32 |
| Hex | 22 | 70 | 83 | 4A | F | 0 | 31 | C0 | 3B | 20 |
| Octal | 42 | 160 | 203 | 112 | 17 | 0 | 61 | 300 | 73 | 40 |
| Binary | 100010 | 1110000 | 10000011 | 1001010 | 1111 | 0 | 110001 | 11000000 | 111011 | 100000 |
Color Harmonies of #227083
Complementary color
Monochromatic Colors of #227083
Black with #227083
Text Example
Text Example
White with #227083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227083; }
p { color: rgb(34,112,131); }
H1.HeaderClassName
{
color: #227083;
}
.AnyTagClassName
{
color: #227083;
}
</style>
background-color css
<style>
a { background-color: #227083; }
a { background-color: rgb(34,112,131); }
div.DivClassName
{
background-color: #227083;
}
.BgClassName
{
background-color: #227083;
}
</style>
border-color css
<style>
span { border-color: #227083; }
span { border-color: rgb(34,112,131); }
td.TdClassName
{
border-color: #227083;
}
.TagClassName
{
border-color: #227083;
}
</style>