Shades of Pelorous #2291CB
Tints of Pelorous #2291CB
RGB
CMYK
RGB Variations
Color information
#2291CB (or 0x2291CB) is known color: Pelorous. HEX triplet: 22, 91 and CB. RGB value is (34,145,203). Sum of RGB (Red+Green+Blue) = 34+145+203=382 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.90% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #2291CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2291CB is #DD6E34. Grayscale: #767676. Windows color (decimal): -14511669 or 13340962. OLE color: 13340962.
HSL color Cylindrical-coordinate representation of color #2291CB: hue angle of 200.59º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2291CB is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 145 | 203 | - |
| CMYK | 0.83 | 0.29 | 0 | 0.20 |
| HSL | 200.59º | 0.71% | 0.46% | - |
| HSV(B) | 200.59º | 0.83% | 0.8% | - |
| XYZ | 21.56 | 24.9 | 60.17 | - |
| YUV | 118.42 | 175.73 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 145 | 203 | 0.83 | 0.29 | 0 | 0.20 | 200.59 | 0.71 | 0.46 |
| Hex | 22 | 91 | CB | 53 | 1D | 0 | 14 | C9 | 47 | 2E |
| Octal | 42 | 221 | 313 | 123 | 35 | 0 | 24 | 311 | 107 | 56 |
| Binary | 100010 | 10010001 | 11001011 | 1010011 | 11101 | 0 | 10100 | 11001001 | 1000111 | 101110 |
Color Harmonies of #2291CB
Complementary color
Monochromatic Colors of #2291CB
Black with #2291CB
Text Example
Text Example
White with #2291CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2291CB; }
p { color: rgb(34,145,203); }
H1.HeaderClassName
{
color: #2291CB;
}
.AnyTagClassName
{
color: #2291CB;
}
</style>
background-color css
<style>
a { background-color: #2291CB; }
a { background-color: rgb(34,145,203); }
div.DivClassName
{
background-color: #2291CB;
}
.BgClassName
{
background-color: #2291CB;
}
</style>
border-color css
<style>
span { border-color: #2291CB; }
span { border-color: rgb(34,145,203); }
td.TdClassName
{
border-color: #2291CB;
}
.TagClassName
{
border-color: #2291CB;
}
</style>