Shades of Pelorous #228EC3
Tints of Pelorous #228EC3
RGB
CMYK
RGB Variations
Color information
#228EC3 (or 0x228EC3) is known color: Pelorous. HEX triplet: 22, 8E and C3. RGB value is (34,142,195). Sum of RGB (Red+Green+Blue) = 34+142+195=371 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.16% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #228EC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228EC3 is #DD713C. Grayscale: #737373. Windows color (decimal): -14512445 or 12815906. OLE color: 12815906.
HSL color Cylindrical-coordinate representation of color #228EC3: hue angle of 199.75º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #228EC3 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 142 | 195 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.24 |
| HSL | 199.75º | 0.7% | 0.45% | - |
| HSV(B) | 199.75º | 0.83% | 0.76% | - |
| XYZ | 20.18 | 23.63 | 55.13 | - |
| YUV | 115.75 | 172.72 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 142 | 195 | 0.83 | 0.27 | 0 | 0.24 | 199.75 | 0.7 | 0.45 |
| Hex | 22 | 8E | C3 | 53 | 1B | 0 | 18 | C8 | 46 | 2D |
| Octal | 42 | 216 | 303 | 123 | 33 | 0 | 30 | 310 | 106 | 55 |
| Binary | 100010 | 10001110 | 11000011 | 1010011 | 11011 | 0 | 11000 | 11001000 | 1000110 | 101101 |
Color Harmonies of #228EC3
Complementary color
Monochromatic Colors of #228EC3
Black with #228EC3
Text Example
Text Example
White with #228EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228EC3; }
p { color: rgb(34,142,195); }
H1.HeaderClassName
{
color: #228EC3;
}
.AnyTagClassName
{
color: #228EC3;
}
</style>
background-color css
<style>
a { background-color: #228EC3; }
a { background-color: rgb(34,142,195); }
div.DivClassName
{
background-color: #228EC3;
}
.BgClassName
{
background-color: #228EC3;
}
</style>
border-color css
<style>
span { border-color: #228EC3; }
span { border-color: rgb(34,142,195); }
td.TdClassName
{
border-color: #228EC3;
}
.TagClassName
{
border-color: #228EC3;
}
</style>