Shades of Pelorous #228BAE
Tints of Pelorous #228BAE
RGB
CMYK
RGB Variations
Color information
#228BAE (or 0x228BAE) is known color: Pelorous. HEX triplet: 22, 8B and AE. RGB value is (34,139,174). Sum of RGB (Red+Green+Blue) = 34+139+174=347 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.80% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #228BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228BAE is #DD7451. Grayscale: #6F6F6F. Windows color (decimal): -14513234 or 11438882. OLE color: 11438882.
HSL color Cylindrical-coordinate representation of color #228BAE: hue angle of 195º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #228BAE is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 139 | 174 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.32 |
| HSL | 195º | 0.67% | 0.41% | - |
| HSV(B) | 195º | 0.8% | 0.68% | - |
| XYZ | 17.53 | 21.86 | 43.34 | - |
| YUV | 111.6 | 163.21 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 139 | 174 | 0.80 | 0.20 | 0 | 0.32 | 195 | 0.67 | 0.41 |
| Hex | 22 | 8B | AE | 50 | 14 | 0 | 20 | C3 | 43 | 29 |
| Octal | 42 | 213 | 256 | 120 | 24 | 0 | 40 | 303 | 103 | 51 |
| Binary | 100010 | 10001011 | 10101110 | 1010000 | 10100 | 0 | 100000 | 11000011 | 1000011 | 101001 |
Color Harmonies of #228BAE
Complementary color
Monochromatic Colors of #228BAE
Black with #228BAE
Text Example
Text Example
White with #228BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228BAE; }
p { color: rgb(34,139,174); }
H1.HeaderClassName
{
color: #228BAE;
}
.AnyTagClassName
{
color: #228BAE;
}
</style>
background-color css
<style>
a { background-color: #228BAE; }
a { background-color: rgb(34,139,174); }
div.DivClassName
{
background-color: #228BAE;
}
.BgClassName
{
background-color: #228BAE;
}
</style>
border-color css
<style>
span { border-color: #228BAE; }
span { border-color: rgb(34,139,174); }
td.TdClassName
{
border-color: #228BAE;
}
.TagClassName
{
border-color: #228BAE;
}
</style>