Shades of Pelorous #229FCF
Tints of Pelorous #229FCF
RGB
CMYK
RGB Variations
Color information
#229FCF (or 0x229FCF) is known color: Pelorous. HEX triplet: 22, 9F and CF. RGB value is (34,159,207). Sum of RGB (Red+Green+Blue) = 34+159+207=400 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.5% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #229FCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229FCF is #DD6030. Grayscale: #7E7E7E. Windows color (decimal): -14508081 or 13606690. OLE color: 13606690.
HSL color Cylindrical-coordinate representation of color #229FCF: hue angle of 196.65º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #229FCF is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 159 | 207 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.19 |
| HSL | 196.65º | 0.72% | 0.47% | - |
| HSV(B) | 196.65º | 0.84% | 0.81% | - |
| XYZ | 24.32 | 29.64 | 63.47 | - |
| YUV | 127.1 | 173.09 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 207 | 0.84 | 0.23 | 0 | 0.19 | 196.65 | 0.72 | 0.47 |
| Hex | 22 | 9F | CF | 54 | 17 | 0 | 13 | C5 | 48 | 2F |
| Octal | 42 | 237 | 317 | 124 | 27 | 0 | 23 | 305 | 110 | 57 |
| Binary | 100010 | 10011111 | 11001111 | 1010100 | 10111 | 0 | 10011 | 11000101 | 1001000 | 101111 |
Color Harmonies of #229FCF
Complementary color
Monochromatic Colors of #229FCF
Black with #229FCF
Text Example
Text Example
White with #229FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229FCF; }
p { color: rgb(34,159,207); }
H1.HeaderClassName
{
color: #229FCF;
}
.AnyTagClassName
{
color: #229FCF;
}
</style>
background-color css
<style>
a { background-color: #229FCF; }
a { background-color: rgb(34,159,207); }
div.DivClassName
{
background-color: #229FCF;
}
.BgClassName
{
background-color: #229FCF;
}
</style>
border-color css
<style>
span { border-color: #229FCF; }
span { border-color: rgb(34,159,207); }
td.TdClassName
{
border-color: #229FCF;
}
.TagClassName
{
border-color: #229FCF;
}
</style>