Shades of Pelorous #2F96C3
Tints of Pelorous #2F96C3
RGB
CMYK
RGB Variations
Color information
#2F96C3 (or 0x2F96C3) is known color: Pelorous. HEX triplet: 2F, 96 and C3. RGB value is (47,150,195). Sum of RGB (Red+Green+Blue) = 47+150+195=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 195 (76.56% from 255 or 49.74% from 392); Max value from RGB is 195 - color contains mainly: blue. Hex color #2F96C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F96C3 is #D0693C. Grayscale: #7C7C7C. Windows color (decimal): -13658429 or 12817967. OLE color: 12817967.
HSL color Cylindrical-coordinate representation of color #2F96C3: hue angle of 198.24º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F96C3 is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 150 | 195 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.24 |
| HSL | 198.24º | 0.61% | 0.47% | - |
| HSV(B) | 198.24º | 0.76% | 0.76% | - |
| XYZ | 21.93 | 26.36 | 55.56 | - |
| YUV | 124.33 | 167.88 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 150 | 195 | 0.76 | 0.23 | 0 | 0.24 | 198.24 | 0.61 | 0.47 |
| Hex | 2F | 96 | C3 | 4C | 17 | 0 | 18 | C6 | 3D | 2F |
| Octal | 57 | 226 | 303 | 114 | 27 | 0 | 30 | 306 | 75 | 57 |
| Binary | 101111 | 10010110 | 11000011 | 1001100 | 10111 | 0 | 11000 | 11000110 | 111101 | 101111 |
Color Harmonies of #2F96C3
Complementary color
Monochromatic Colors of #2F96C3
Black with #2F96C3
Text Example
Text Example
White with #2F96C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F96C3; }
p { color: rgb(47,150,195); }
H1.HeaderClassName
{
color: #2F96C3;
}
.AnyTagClassName
{
color: #2F96C3;
}
</style>
background-color css
<style>
a { background-color: #2F96C3; }
a { background-color: rgb(47,150,195); }
div.DivClassName
{
background-color: #2F96C3;
}
.BgClassName
{
background-color: #2F96C3;
}
</style>
border-color css
<style>
span { border-color: #2F96C3; }
span { border-color: rgb(47,150,195); }
td.TdClassName
{
border-color: #2F96C3;
}
.TagClassName
{
border-color: #2F96C3;
}
</style>