Shades of Pelorous #2F98BA
Tints of Pelorous #2F98BA
RGB
CMYK
RGB Variations
Color information
#2F98BA (or 0x2F98BA) is known color: Pelorous. HEX triplet: 2F, 98 and BA. RGB value is (47,152,186). Sum of RGB (Red+Green+Blue) = 47+152+186=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F98BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F98BA is #D06745. Grayscale: #7C7C7C. Windows color (decimal): -13657926 or 12228655. OLE color: 12228655.
HSL color Cylindrical-coordinate representation of color #2F98BA: hue angle of 194.68º 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 #2F98BA is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 152 | 186 | - |
| CMYK | 0.75 | 0.18 | 0 | 0.27 |
| HSL | 194.68º | 0.6% | 0.46% | - |
| HSV(B) | 194.68º | 0.75% | 0.73% | - |
| XYZ | 21.26 | 26.61 | 50.47 | - |
| YUV | 124.48 | 162.71 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 152 | 186 | 0.75 | 0.18 | 0 | 0.27 | 194.68 | 0.6 | 0.46 |
| Hex | 2F | 98 | BA | 4B | 12 | 0 | 1B | C3 | 3C | 2E |
| Octal | 57 | 230 | 272 | 113 | 22 | 0 | 33 | 303 | 74 | 56 |
| Binary | 101111 | 10011000 | 10111010 | 1001011 | 10010 | 0 | 11011 | 11000011 | 111100 | 101110 |
Color Harmonies of #2F98BA
Complementary color
Monochromatic Colors of #2F98BA
Black with #2F98BA
Text Example
Text Example
White with #2F98BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F98BA; }
p { color: rgb(47,152,186); }
H1.HeaderClassName
{
color: #2F98BA;
}
.AnyTagClassName
{
color: #2F98BA;
}
</style>
background-color css
<style>
a { background-color: #2F98BA; }
a { background-color: rgb(47,152,186); }
div.DivClassName
{
background-color: #2F98BA;
}
.BgClassName
{
background-color: #2F98BA;
}
</style>
border-color css
<style>
span { border-color: #2F98BA; }
span { border-color: rgb(47,152,186); }
td.TdClassName
{
border-color: #2F98BA;
}
.TagClassName
{
border-color: #2F98BA;
}
</style>