Shades of Pelorous #228BAB
Tints of Pelorous #228BAB
RGB
CMYK
RGB Variations
Color information
#228BAB (or 0x228BAB) is known color: Pelorous. HEX triplet: 22, 8B and AB. RGB value is (34,139,171). Sum of RGB (Red+Green+Blue) = 34+139+171=344 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.88% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #228BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228BAB is #DD7454. Grayscale: #6F6F6F. Windows color (decimal): -14513237 or 11242274. OLE color: 11242274.
HSL color Cylindrical-coordinate representation of color #228BAB: hue angle of 194.01º 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 #228BAB is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 139 | 171 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.33 |
| HSL | 194.01º | 0.67% | 0.4% | - |
| HSV(B) | 194.01º | 0.8% | 0.67% | - |
| XYZ | 17.24 | 21.75 | 41.82 | - |
| YUV | 111.25 | 161.71 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 139 | 171 | 0.80 | 0.19 | 0 | 0.33 | 194.01 | 0.67 | 0.4 |
| Hex | 22 | 8B | AB | 50 | 13 | 0 | 21 | C2 | 43 | 28 |
| Octal | 42 | 213 | 253 | 120 | 23 | 0 | 41 | 302 | 103 | 50 |
| Binary | 100010 | 10001011 | 10101011 | 1010000 | 10011 | 0 | 100001 | 11000010 | 1000011 | 101000 |
Color Harmonies of #228BAB
Complementary color
Monochromatic Colors of #228BAB
Black with #228BAB
Text Example
Text Example
White with #228BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228BAB; }
p { color: rgb(34,139,171); }
H1.HeaderClassName
{
color: #228BAB;
}
.AnyTagClassName
{
color: #228BAB;
}
</style>
background-color css
<style>
a { background-color: #228BAB; }
a { background-color: rgb(34,139,171); }
div.DivClassName
{
background-color: #228BAB;
}
.BgClassName
{
background-color: #228BAB;
}
</style>
border-color css
<style>
span { border-color: #228BAB; }
span { border-color: rgb(34,139,171); }
td.TdClassName
{
border-color: #228BAB;
}
.TagClassName
{
border-color: #228BAB;
}
</style>