Shades of Pelorous #2296CE
Tints of Pelorous #2296CE
RGB
CMYK
RGB Variations
Color information
#2296CE (or 0x2296CE) is known color: Pelorous. HEX triplet: 22, 96 and CE. RGB value is (34,150,206). Sum of RGB (Red+Green+Blue) = 34+150+206=390 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.72% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #2296CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2296CE is #DD6931. Grayscale: #797979. Windows color (decimal): -14510386 or 13538850. OLE color: 13538850.
HSL color Cylindrical-coordinate representation of color #2296CE: hue angle of 199.53º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2296CE is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 150 | 206 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.19 |
| HSL | 199.53º | 0.72% | 0.47% | - |
| HSV(B) | 199.53º | 0.83% | 0.81% | - |
| XYZ | 22.71 | 26.61 | 62.33 | - |
| YUV | 121.7 | 175.57 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 150 | 206 | 0.83 | 0.27 | 0 | 0.19 | 199.53 | 0.72 | 0.47 |
| Hex | 22 | 96 | CE | 53 | 1B | 0 | 13 | C8 | 48 | 2F |
| Octal | 42 | 226 | 316 | 123 | 33 | 0 | 23 | 310 | 110 | 57 |
| Binary | 100010 | 10010110 | 11001110 | 1010011 | 11011 | 0 | 10011 | 11001000 | 1001000 | 101111 |
Color Harmonies of #2296CE
Complementary color
Monochromatic Colors of #2296CE
Black with #2296CE
Text Example
Text Example
White with #2296CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2296CE; }
p { color: rgb(34,150,206); }
H1.HeaderClassName
{
color: #2296CE;
}
.AnyTagClassName
{
color: #2296CE;
}
</style>
background-color css
<style>
a { background-color: #2296CE; }
a { background-color: rgb(34,150,206); }
div.DivClassName
{
background-color: #2296CE;
}
.BgClassName
{
background-color: #2296CE;
}
</style>
border-color css
<style>
span { border-color: #2296CE; }
span { border-color: rgb(34,150,206); }
td.TdClassName
{
border-color: #2296CE;
}
.TagClassName
{
border-color: #2296CE;
}
</style>