Shades of Pelorous #2F96BB
Tints of Pelorous #2F96BB
RGB
CMYK
RGB Variations
Color information
#2F96BB (or 0x2F96BB) is known color: Pelorous. HEX triplet: 2F, 96 and BB. RGB value is (47,150,187). Sum of RGB (Red+Green+Blue) = 47+150+187=384 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.24% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F96BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F96BB is #D06944. Grayscale: #7B7B7B. Windows color (decimal): -13658437 or 12293679. OLE color: 12293679.
HSL color Cylindrical-coordinate representation of color #2F96BB: hue angle of 195.86º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F96BB is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 150 | 187 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.27 |
| HSL | 195.86º | 0.6% | 0.46% | - |
| HSV(B) | 195.86º | 0.75% | 0.73% | - |
| XYZ | 21.05 | 26 | 50.92 | - |
| YUV | 123.42 | 163.88 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 150 | 187 | 0.75 | 0.20 | 0 | 0.27 | 195.86 | 0.6 | 0.46 |
| Hex | 2F | 96 | BB | 4B | 14 | 0 | 1B | C4 | 3C | 2E |
| Octal | 57 | 226 | 273 | 113 | 24 | 0 | 33 | 304 | 74 | 56 |
| Binary | 101111 | 10010110 | 10111011 | 1001011 | 10100 | 0 | 11011 | 11000100 | 111100 | 101110 |
Color Harmonies of #2F96BB
Complementary color
Monochromatic Colors of #2F96BB
Black with #2F96BB
Text Example
Text Example
White with #2F96BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F96BB; }
p { color: rgb(47,150,187); }
H1.HeaderClassName
{
color: #2F96BB;
}
.AnyTagClassName
{
color: #2F96BB;
}
</style>
background-color css
<style>
a { background-color: #2F96BB; }
a { background-color: rgb(47,150,187); }
div.DivClassName
{
background-color: #2F96BB;
}
.BgClassName
{
background-color: #2F96BB;
}
</style>
border-color css
<style>
span { border-color: #2F96BB; }
span { border-color: rgb(47,150,187); }
td.TdClassName
{
border-color: #2F96BB;
}
.TagClassName
{
border-color: #2F96BB;
}
</style>