Shades of Pelorous #2296D3
Tints of Pelorous #2296D3
RGB
CMYK
RGB Variations
Color information
#2296D3 (or 0x2296D3) is known color: Pelorous. HEX triplet: 22, 96 and D3. RGB value is (34,150,211). Sum of RGB (Red+Green+Blue) = 34+150+211=395 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.61% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 211 (82.81% from 255 or 53.42% from 395); Max value from RGB is 211 - color contains mainly: blue. Hex color #2296D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2296D3 is #DD692C. Grayscale: #797979. Windows color (decimal): -14510381 or 13866530. OLE color: 13866530.
HSL color Cylindrical-coordinate representation of color #2296D3: hue angle of 200.68º 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 #2296D3 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 34 | 150 | 211 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.17 |
| HSL | 200.68º | 0.72% | 0.48% | - |
| HSV(B) | 200.68º | 0.84% | 0.83% | - |
| XYZ | 23.32 | 26.86 | 65.58 | - |
| YUV | 122.27 | 178.07 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 150 | 211 | 0.84 | 0.29 | 0 | 0.17 | 200.68 | 0.72 | 0.48 |
| Hex | 22 | 96 | D3 | 54 | 1D | 0 | 11 | C9 | 48 | 30 |
| Octal | 42 | 226 | 323 | 124 | 35 | 0 | 21 | 311 | 110 | 60 |
| Binary | 100010 | 10010110 | 11010011 | 1010100 | 11101 | 0 | 10001 | 11001001 | 1001000 | 110000 |
Color Harmonies of #2296D3
Complementary color
Monochromatic Colors of #2296D3
Black with #2296D3
Text Example
Text Example
White with #2296D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2296D3; }
p { color: rgb(34,150,211); }
H1.HeaderClassName
{
color: #2296D3;
}
.AnyTagClassName
{
color: #2296D3;
}
</style>
background-color css
<style>
a { background-color: #2296D3; }
a { background-color: rgb(34,150,211); }
div.DivClassName
{
background-color: #2296D3;
}
.BgClassName
{
background-color: #2296D3;
}
</style>
border-color css
<style>
span { border-color: #2296D3; }
span { border-color: rgb(34,150,211); }
td.TdClassName
{
border-color: #2296D3;
}
.TagClassName
{
border-color: #2296D3;
}
</style>