Shades of Pelorous #2299C1
Tints of Pelorous #2299C1
RGB
CMYK
RGB Variations
Color information
#2299C1 (or 0x2299C1) is known color: Pelorous. HEX triplet: 22, 99 and C1. RGB value is (34,153,193). Sum of RGB (Red+Green+Blue) = 34+153+193=380 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.95% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #2299C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2299C1 is #DD663E. Grayscale: #797979. Windows color (decimal): -14509631 or 12687650. OLE color: 12687650.
HSL color Cylindrical-coordinate representation of color #2299C1: hue angle of 195.09º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2299C1 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 153 | 193 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.24 |
| HSL | 195.09º | 0.7% | 0.45% | - |
| HSV(B) | 195.09º | 0.82% | 0.76% | - |
| XYZ | 21.68 | 26.97 | 54.52 | - |
| YUV | 121.98 | 168.08 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 153 | 193 | 0.82 | 0.21 | 0 | 0.24 | 195.09 | 0.7 | 0.45 |
| Hex | 22 | 99 | C1 | 52 | 15 | 0 | 18 | C3 | 46 | 2D |
| Octal | 42 | 231 | 301 | 122 | 25 | 0 | 30 | 303 | 106 | 55 |
| Binary | 100010 | 10011001 | 11000001 | 1010010 | 10101 | 0 | 11000 | 11000011 | 1000110 | 101101 |
Color Harmonies of #2299C1
Complementary color
Monochromatic Colors of #2299C1
Black with #2299C1
Text Example
Text Example
White with #2299C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2299C1; }
p { color: rgb(34,153,193); }
H1.HeaderClassName
{
color: #2299C1;
}
.AnyTagClassName
{
color: #2299C1;
}
</style>
background-color css
<style>
a { background-color: #2299C1; }
a { background-color: rgb(34,153,193); }
div.DivClassName
{
background-color: #2299C1;
}
.BgClassName
{
background-color: #2299C1;
}
</style>
border-color css
<style>
span { border-color: #2299C1; }
span { border-color: rgb(34,153,193); }
td.TdClassName
{
border-color: #2299C1;
}
.TagClassName
{
border-color: #2299C1;
}
</style>