Shades of Pelorous #228CAA
Tints of Pelorous #228CAA
RGB
CMYK
RGB Variations
Color information
#228CAA (or 0x228CAA) is known color: Pelorous. HEX triplet: 22, 8C and AA. RGB value is (34,140,170). Sum of RGB (Red+Green+Blue) = 34+140+170=344 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.88% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #228CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228CAA is #DD7355. Grayscale: #6F6F6F. Windows color (decimal): -14512982 or 11176994. OLE color: 11176994.
HSL color Cylindrical-coordinate representation of color #228CAA: hue angle of 193.24º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #228CAA is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 140 | 170 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.33 |
| HSL | 193.24º | 0.67% | 0.4% | - |
| HSV(B) | 193.24º | 0.8% | 0.67% | - |
| XYZ | 17.29 | 22 | 41.36 | - |
| YUV | 111.73 | 160.88 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 140 | 170 | 0.80 | 0.18 | 0 | 0.33 | 193.24 | 0.67 | 0.4 |
| Hex | 22 | 8C | AA | 50 | 12 | 0 | 21 | C1 | 43 | 28 |
| Octal | 42 | 214 | 252 | 120 | 22 | 0 | 41 | 301 | 103 | 50 |
| Binary | 100010 | 10001100 | 10101010 | 1010000 | 10010 | 0 | 100001 | 11000001 | 1000011 | 101000 |
Color Harmonies of #228CAA
Complementary color
Monochromatic Colors of #228CAA
Black with #228CAA
Text Example
Text Example
White with #228CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228CAA; }
p { color: rgb(34,140,170); }
H1.HeaderClassName
{
color: #228CAA;
}
.AnyTagClassName
{
color: #228CAA;
}
</style>
background-color css
<style>
a { background-color: #228CAA; }
a { background-color: rgb(34,140,170); }
div.DivClassName
{
background-color: #228CAA;
}
.BgClassName
{
background-color: #228CAA;
}
</style>
border-color css
<style>
span { border-color: #228CAA; }
span { border-color: rgb(34,140,170); }
td.TdClassName
{
border-color: #228CAA;
}
.TagClassName
{
border-color: #228CAA;
}
</style>