Shades of Pelorous #228FD3
Tints of Pelorous #228FD3
RGB
CMYK
RGB Variations
Color information
#228FD3 (or 0x228FD3) is known color: Pelorous. HEX triplet: 22, 8F and D3. RGB value is (34,143,211). Sum of RGB (Red+Green+Blue) = 34+143+211=388 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.76% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 211 (82.81% from 255 or 54.38% from 388); Max value from RGB is 211 - color contains mainly: blue. Hex color #228FD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228FD3 is #DD702C. Grayscale: #757575. Windows color (decimal): -14512173 or 13864738. OLE color: 13864738.
HSL color Cylindrical-coordinate representation of color #228FD3: hue angle of 203.05º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #228FD3 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 34 | 143 | 211 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.17 |
| HSL | 203.05º | 0.72% | 0.48% | - |
| HSV(B) | 203.05º | 0.84% | 0.83% | - |
| XYZ | 22.24 | 24.69 | 65.22 | - |
| YUV | 118.16 | 180.39 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 143 | 211 | 0.84 | 0.32 | 0 | 0.17 | 203.05 | 0.72 | 0.48 |
| Hex | 22 | 8F | D3 | 54 | 20 | 0 | 11 | CB | 48 | 30 |
| Octal | 42 | 217 | 323 | 124 | 40 | 0 | 21 | 313 | 110 | 60 |
| Binary | 100010 | 10001111 | 11010011 | 1010100 | 100000 | 0 | 10001 | 11001011 | 1001000 | 110000 |
Color Harmonies of #228FD3
Complementary color
Monochromatic Colors of #228FD3
Black with #228FD3
Text Example
Text Example
White with #228FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228FD3; }
p { color: rgb(34,143,211); }
H1.HeaderClassName
{
color: #228FD3;
}
.AnyTagClassName
{
color: #228FD3;
}
</style>
background-color css
<style>
a { background-color: #228FD3; }
a { background-color: rgb(34,143,211); }
div.DivClassName
{
background-color: #228FD3;
}
.BgClassName
{
background-color: #228FD3;
}
</style>
border-color css
<style>
span { border-color: #228FD3; }
span { border-color: rgb(34,143,211); }
td.TdClassName
{
border-color: #228FD3;
}
.TagClassName
{
border-color: #228FD3;
}
</style>