Shades of Pelorous #2B91C6
Tints of Pelorous #2B91C6
RGB
CMYK
RGB Variations
Color information
#2B91C6 (or 0x2B91C6) is known color: Pelorous. HEX triplet: 2B, 91 and C6. RGB value is (43,145,198). Sum of RGB (Red+Green+Blue) = 43+145+198=386 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.14% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 198 (77.73% from 255 or 51.30% from 386); Max value from RGB is 198 - color contains mainly: blue. Hex color #2B91C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B91C6 is #D46E39. Grayscale: #787878. Windows color (decimal): -13921850 or 13013291. OLE color: 13013291.
HSL color Cylindrical-coordinate representation of color #2B91C6: hue angle of 200.52º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B91C6 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 145 | 198 | - |
| CMYK | 0.78 | 0.27 | 0 | 0.22 |
| HSL | 200.52º | 0.64% | 0.47% | - |
| HSV(B) | 200.52º | 0.78% | 0.78% | - |
| XYZ | 21.31 | 24.84 | 57.1 | - |
| YUV | 120.54 | 171.71 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 145 | 198 | 0.78 | 0.27 | 0 | 0.22 | 200.52 | 0.64 | 0.47 |
| Hex | 2B | 91 | C6 | 4E | 1B | 0 | 16 | C9 | 40 | 2F |
| Octal | 53 | 221 | 306 | 116 | 33 | 0 | 26 | 311 | 100 | 57 |
| Binary | 101011 | 10010001 | 11000110 | 1001110 | 11011 | 0 | 10110 | 11001001 | 1000000 | 101111 |
Color Harmonies of #2B91C6
Complementary color
Monochromatic Colors of #2B91C6
Black with #2B91C6
Text Example
Text Example
White with #2B91C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B91C6; }
p { color: rgb(43,145,198); }
H1.HeaderClassName
{
color: #2B91C6;
}
.AnyTagClassName
{
color: #2B91C6;
}
</style>
background-color css
<style>
a { background-color: #2B91C6; }
a { background-color: rgb(43,145,198); }
div.DivClassName
{
background-color: #2B91C6;
}
.BgClassName
{
background-color: #2B91C6;
}
</style>
border-color css
<style>
span { border-color: #2B91C6; }
span { border-color: rgb(43,145,198); }
td.TdClassName
{
border-color: #2B91C6;
}
.TagClassName
{
border-color: #2B91C6;
}
</style>