Shades of Pelorous #228EBA
Tints of Pelorous #228EBA
RGB
CMYK
RGB Variations
Color information
#228EBA (or 0x228EBA) is known color: Pelorous. HEX triplet: 22, 8E and BA. RGB value is (34,142,186). Sum of RGB (Red+Green+Blue) = 34+142+186=362 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.39% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #228EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228EBA is #DD7145. Grayscale: #727272. Windows color (decimal): -14512454 or 12226082. OLE color: 12226082.
HSL color Cylindrical-coordinate representation of color #228EBA: hue angle of 197.37º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #228EBA is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 142 | 186 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.27 |
| HSL | 197.37º | 0.69% | 0.43% | - |
| HSV(B) | 197.37º | 0.82% | 0.73% | - |
| XYZ | 19.2 | 23.23 | 49.93 | - |
| YUV | 114.72 | 168.22 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 142 | 186 | 0.82 | 0.24 | 0 | 0.27 | 197.37 | 0.69 | 0.43 |
| Hex | 22 | 8E | BA | 52 | 18 | 0 | 1B | C5 | 45 | 2B |
| Octal | 42 | 216 | 272 | 122 | 30 | 0 | 33 | 305 | 105 | 53 |
| Binary | 100010 | 10001110 | 10111010 | 1010010 | 11000 | 0 | 11011 | 11000101 | 1000101 | 101011 |
Color Harmonies of #228EBA
Complementary color
Monochromatic Colors of #228EBA
Black with #228EBA
Text Example
Text Example
White with #228EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228EBA; }
p { color: rgb(34,142,186); }
H1.HeaderClassName
{
color: #228EBA;
}
.AnyTagClassName
{
color: #228EBA;
}
</style>
background-color css
<style>
a { background-color: #228EBA; }
a { background-color: rgb(34,142,186); }
div.DivClassName
{
background-color: #228EBA;
}
.BgClassName
{
background-color: #228EBA;
}
</style>
border-color css
<style>
span { border-color: #228EBA; }
span { border-color: rgb(34,142,186); }
td.TdClassName
{
border-color: #228EBA;
}
.TagClassName
{
border-color: #228EBA;
}
</style>