Shades of Pelorous #2291BC
Tints of Pelorous #2291BC
RGB
CMYK
RGB Variations
Color information
#2291BC (or 0x2291BC) is known color: Pelorous. HEX triplet: 22, 91 and BC. RGB value is (34,145,188). Sum of RGB (Red+Green+Blue) = 34+145+188=367 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.26% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #2291BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2291BC is #DD6E43. Grayscale: #747474. Windows color (decimal): -14511684 or 12357922. OLE color: 12357922.
HSL color Cylindrical-coordinate representation of color #2291BC: hue angle of 196.75º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2291BC is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 145 | 188 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.26 |
| HSL | 196.75º | 0.69% | 0.44% | - |
| HSV(B) | 196.75º | 0.82% | 0.74% | - |
| XYZ | 19.86 | 24.22 | 51.21 | - |
| YUV | 116.71 | 168.23 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 145 | 188 | 0.82 | 0.23 | 0 | 0.26 | 196.75 | 0.69 | 0.44 |
| Hex | 22 | 91 | BC | 52 | 17 | 0 | 1A | C5 | 45 | 2C |
| Octal | 42 | 221 | 274 | 122 | 27 | 0 | 32 | 305 | 105 | 54 |
| Binary | 100010 | 10010001 | 10111100 | 1010010 | 10111 | 0 | 11010 | 11000101 | 1000101 | 101100 |
Color Harmonies of #2291BC
Complementary color
Monochromatic Colors of #2291BC
Black with #2291BC
Text Example
Text Example
White with #2291BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2291BC; }
p { color: rgb(34,145,188); }
H1.HeaderClassName
{
color: #2291BC;
}
.AnyTagClassName
{
color: #2291BC;
}
</style>
background-color css
<style>
a { background-color: #2291BC; }
a { background-color: rgb(34,145,188); }
div.DivClassName
{
background-color: #2291BC;
}
.BgClassName
{
background-color: #2291BC;
}
</style>
border-color css
<style>
span { border-color: #2291BC; }
span { border-color: rgb(34,145,188); }
td.TdClassName
{
border-color: #2291BC;
}
.TagClassName
{
border-color: #2291BC;
}
</style>