Shades of Pelorous #228EC2
Tints of Pelorous #228EC2
RGB
CMYK
RGB Variations
Color information
#228EC2 (or 0x228EC2) is known color: Pelorous. HEX triplet: 22, 8E and C2. RGB value is (34,142,194). Sum of RGB (Red+Green+Blue) = 34+142+194=370 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.19% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 194 (76.17% from 255 or 52.43% from 370); Max value from RGB is 194 - color contains mainly: blue. Hex color #228EC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228EC2 is #DD713D. Grayscale: #737373. Windows color (decimal): -14512446 or 12750370. OLE color: 12750370.
HSL color Cylindrical-coordinate representation of color #228EC2: hue angle of 199.5º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #228EC2 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 142 | 194 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.24 |
| HSL | 199.5º | 0.7% | 0.45% | - |
| HSV(B) | 199.5º | 0.82% | 0.76% | - |
| XYZ | 20.07 | 23.58 | 54.53 | - |
| YUV | 115.64 | 172.22 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 142 | 194 | 0.82 | 0.27 | 0 | 0.24 | 199.5 | 0.7 | 0.45 |
| Hex | 22 | 8E | C2 | 52 | 1B | 0 | 18 | C8 | 46 | 2D |
| Octal | 42 | 216 | 302 | 122 | 33 | 0 | 30 | 310 | 106 | 55 |
| Binary | 100010 | 10001110 | 11000010 | 1010010 | 11011 | 0 | 11000 | 11001000 | 1000110 | 101101 |
Color Harmonies of #228EC2
Complementary color
Monochromatic Colors of #228EC2
Black with #228EC2
Text Example
Text Example
White with #228EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228EC2; }
p { color: rgb(34,142,194); }
H1.HeaderClassName
{
color: #228EC2;
}
.AnyTagClassName
{
color: #228EC2;
}
</style>
background-color css
<style>
a { background-color: #228EC2; }
a { background-color: rgb(34,142,194); }
div.DivClassName
{
background-color: #228EC2;
}
.BgClassName
{
background-color: #228EC2;
}
</style>
border-color css
<style>
span { border-color: #228EC2; }
span { border-color: rgb(34,142,194); }
td.TdClassName
{
border-color: #228EC2;
}
.TagClassName
{
border-color: #228EC2;
}
</style>