Shades of Pelorous #2296CD
Tints of Pelorous #2296CD
RGB
CMYK
RGB Variations
Color information
#2296CD (or 0x2296CD) is known color: Pelorous. HEX triplet: 22, 96 and CD. RGB value is (34,150,205). Sum of RGB (Red+Green+Blue) = 34+150+205=389 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.74% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #2296CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2296CD is #DD6932. Grayscale: #797979. Windows color (decimal): -14510387 or 13473314. OLE color: 13473314.
HSL color Cylindrical-coordinate representation of color #2296CD: hue angle of 199.3º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2296CD is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 150 | 205 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.20 |
| HSL | 199.3º | 0.72% | 0.47% | - |
| HSV(B) | 199.3º | 0.83% | 0.8% | - |
| XYZ | 22.59 | 26.56 | 61.69 | - |
| YUV | 121.59 | 175.07 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 150 | 205 | 0.83 | 0.27 | 0 | 0.20 | 199.3 | 0.72 | 0.47 |
| Hex | 22 | 96 | CD | 53 | 1B | 0 | 14 | C7 | 48 | 2F |
| Octal | 42 | 226 | 315 | 123 | 33 | 0 | 24 | 307 | 110 | 57 |
| Binary | 100010 | 10010110 | 11001101 | 1010011 | 11011 | 0 | 10100 | 11000111 | 1001000 | 101111 |
Color Harmonies of #2296CD
Complementary color
Monochromatic Colors of #2296CD
Black with #2296CD
Text Example
Text Example
White with #2296CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2296CD; }
p { color: rgb(34,150,205); }
H1.HeaderClassName
{
color: #2296CD;
}
.AnyTagClassName
{
color: #2296CD;
}
</style>
background-color css
<style>
a { background-color: #2296CD; }
a { background-color: rgb(34,150,205); }
div.DivClassName
{
background-color: #2296CD;
}
.BgClassName
{
background-color: #2296CD;
}
</style>
border-color css
<style>
span { border-color: #2296CD; }
span { border-color: rgb(34,150,205); }
td.TdClassName
{
border-color: #2296CD;
}
.TagClassName
{
border-color: #2296CD;
}
</style>