Shades of Pelorous #228BAD
Tints of Pelorous #228BAD
RGB
CMYK
RGB Variations
Color information
#228BAD (or 0x228BAD) is known color: Pelorous. HEX triplet: 22, 8B and AD. RGB value is (34,139,173). Sum of RGB (Red+Green+Blue) = 34+139+173=346 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.83% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #228BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228BAD is #DD7452. Grayscale: #6F6F6F. Windows color (decimal): -14513235 or 11373346. OLE color: 11373346.
HSL color Cylindrical-coordinate representation of color #228BAD: hue angle of 194.68º 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 #228BAD is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 139 | 173 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.32 |
| HSL | 194.68º | 0.67% | 0.41% | - |
| HSV(B) | 194.68º | 0.8% | 0.68% | - |
| XYZ | 17.44 | 21.82 | 42.83 | - |
| YUV | 111.48 | 162.71 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 139 | 173 | 0.80 | 0.20 | 0 | 0.32 | 194.68 | 0.67 | 0.41 |
| Hex | 22 | 8B | AD | 50 | 14 | 0 | 20 | C3 | 43 | 29 |
| Octal | 42 | 213 | 255 | 120 | 24 | 0 | 40 | 303 | 103 | 51 |
| Binary | 100010 | 10001011 | 10101101 | 1010000 | 10100 | 0 | 100000 | 11000011 | 1000011 | 101001 |
Color Harmonies of #228BAD
Complementary color
Monochromatic Colors of #228BAD
Black with #228BAD
Text Example
Text Example
White with #228BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228BAD; }
p { color: rgb(34,139,173); }
H1.HeaderClassName
{
color: #228BAD;
}
.AnyTagClassName
{
color: #228BAD;
}
</style>
background-color css
<style>
a { background-color: #228BAD; }
a { background-color: rgb(34,139,173); }
div.DivClassName
{
background-color: #228BAD;
}
.BgClassName
{
background-color: #228BAD;
}
</style>
border-color css
<style>
span { border-color: #228BAD; }
span { border-color: rgb(34,139,173); }
td.TdClassName
{
border-color: #228BAD;
}
.TagClassName
{
border-color: #228BAD;
}
</style>