Shades of Pelorous #228FC3
Tints of Pelorous #228FC3
RGB
CMYK
RGB Variations
Color information
#228FC3 (or 0x228FC3) is known color: Pelorous. HEX triplet: 22, 8F and C3. RGB value is (34,143,195). Sum of RGB (Red+Green+Blue) = 34+143+195=372 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.14% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 195 (76.56% from 255 or 52.42% from 372); Max value from RGB is 195 - color contains mainly: blue. Hex color #228FC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228FC3 is #DD703C. Grayscale: #747474. Windows color (decimal): -14512189 or 12816162. OLE color: 12816162.
HSL color Cylindrical-coordinate representation of color #228FC3: hue angle of 199.38º 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 #228FC3 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 143 | 195 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.24 |
| HSL | 199.38º | 0.7% | 0.45% | - |
| HSV(B) | 199.38º | 0.83% | 0.76% | - |
| XYZ | 20.33 | 23.93 | 55.18 | - |
| YUV | 116.34 | 172.39 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 143 | 195 | 0.83 | 0.27 | 0 | 0.24 | 199.38 | 0.7 | 0.45 |
| Hex | 22 | 8F | C3 | 53 | 1B | 0 | 18 | C7 | 46 | 2D |
| Octal | 42 | 217 | 303 | 123 | 33 | 0 | 30 | 307 | 106 | 55 |
| Binary | 100010 | 10001111 | 11000011 | 1010011 | 11011 | 0 | 11000 | 11000111 | 1000110 | 101101 |
Color Harmonies of #228FC3
Complementary color
Monochromatic Colors of #228FC3
Black with #228FC3
Text Example
Text Example
White with #228FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228FC3; }
p { color: rgb(34,143,195); }
H1.HeaderClassName
{
color: #228FC3;
}
.AnyTagClassName
{
color: #228FC3;
}
</style>
background-color css
<style>
a { background-color: #228FC3; }
a { background-color: rgb(34,143,195); }
div.DivClassName
{
background-color: #228FC3;
}
.BgClassName
{
background-color: #228FC3;
}
</style>
border-color css
<style>
span { border-color: #228FC3; }
span { border-color: rgb(34,143,195); }
td.TdClassName
{
border-color: #228FC3;
}
.TagClassName
{
border-color: #228FC3;
}
</style>