Shades of Pelorous #2B96C4
Tints of Pelorous #2B96C4
RGB
CMYK
RGB Variations
Color information
#2B96C4 (or 0x2B96C4) is known color: Pelorous. HEX triplet: 2B, 96 and C4. RGB value is (43,150,196). Sum of RGB (Red+Green+Blue) = 43+150+196=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 196 (76.95% from 255 or 50.39% from 389); Max value from RGB is 196 - color contains mainly: blue. Hex color #2B96C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B96C4 is #D4693B. Grayscale: #7A7A7A. Windows color (decimal): -13920572 or 12883499. OLE color: 12883499.
HSL color Cylindrical-coordinate representation of color #2B96C4: hue angle of 198.04º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B96C4 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 150 | 196 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.23 |
| HSL | 198.04º | 0.64% | 0.47% | - |
| HSV(B) | 198.04º | 0.78% | 0.77% | - |
| XYZ | 21.87 | 26.31 | 56.15 | - |
| YUV | 123.25 | 169.05 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 150 | 196 | 0.78 | 0.23 | 0 | 0.23 | 198.04 | 0.64 | 0.47 |
| Hex | 2B | 96 | C4 | 4E | 17 | 0 | 17 | C6 | 40 | 2F |
| Octal | 53 | 226 | 304 | 116 | 27 | 0 | 27 | 306 | 100 | 57 |
| Binary | 101011 | 10010110 | 11000100 | 1001110 | 10111 | 0 | 10111 | 11000110 | 1000000 | 101111 |
Color Harmonies of #2B96C4
Complementary color
Monochromatic Colors of #2B96C4
Black with #2B96C4
Text Example
Text Example
White with #2B96C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B96C4; }
p { color: rgb(43,150,196); }
H1.HeaderClassName
{
color: #2B96C4;
}
.AnyTagClassName
{
color: #2B96C4;
}
</style>
background-color css
<style>
a { background-color: #2B96C4; }
a { background-color: rgb(43,150,196); }
div.DivClassName
{
background-color: #2B96C4;
}
.BgClassName
{
background-color: #2B96C4;
}
</style>
border-color css
<style>
span { border-color: #2B96C4; }
span { border-color: rgb(43,150,196); }
td.TdClassName
{
border-color: #2B96C4;
}
.TagClassName
{
border-color: #2B96C4;
}
</style>