Shades of Pelorous #2296CF
Tints of Pelorous #2296CF
RGB
CMYK
RGB Variations
Color information
#2296CF (or 0x2296CF) is known color: Pelorous. HEX triplet: 22, 96 and CF. RGB value is (34,150,207). Sum of RGB (Red+Green+Blue) = 34+150+207=391 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.70% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #2296CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2296CF is #DD6930. Grayscale: #797979. Windows color (decimal): -14510385 or 13604386. OLE color: 13604386.
HSL color Cylindrical-coordinate representation of color #2296CF: hue angle of 199.77º 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 #2296CF is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 150 | 207 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.19 |
| HSL | 199.77º | 0.72% | 0.47% | - |
| HSV(B) | 199.77º | 0.84% | 0.81% | - |
| XYZ | 22.83 | 26.66 | 62.97 | - |
| YUV | 121.81 | 176.07 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 150 | 207 | 0.84 | 0.28 | 0 | 0.19 | 199.77 | 0.72 | 0.47 |
| Hex | 22 | 96 | CF | 54 | 1C | 0 | 13 | C8 | 48 | 2F |
| Octal | 42 | 226 | 317 | 124 | 34 | 0 | 23 | 310 | 110 | 57 |
| Binary | 100010 | 10010110 | 11001111 | 1010100 | 11100 | 0 | 10011 | 11001000 | 1001000 | 101111 |
Color Harmonies of #2296CF
Complementary color
Monochromatic Colors of #2296CF
Black with #2296CF
Text Example
Text Example
White with #2296CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2296CF; }
p { color: rgb(34,150,207); }
H1.HeaderClassName
{
color: #2296CF;
}
.AnyTagClassName
{
color: #2296CF;
}
</style>
background-color css
<style>
a { background-color: #2296CF; }
a { background-color: rgb(34,150,207); }
div.DivClassName
{
background-color: #2296CF;
}
.BgClassName
{
background-color: #2296CF;
}
</style>
border-color css
<style>
span { border-color: #2296CF; }
span { border-color: rgb(34,150,207); }
td.TdClassName
{
border-color: #2296CF;
}
.TagClassName
{
border-color: #2296CF;
}
</style>