Shades of Pelorous #2F9FBC
Tints of Pelorous #2F9FBC
RGB
CMYK
RGB Variations
Color information
#2F9FBC (or 0x2F9FBC) is known color: Pelorous. HEX triplet: 2F, 9F and BC. RGB value is (47,159,188). Sum of RGB (Red+Green+Blue) = 47+159+188=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F9FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F9FBC is #D06043. Grayscale: #808080. Windows color (decimal): -13656132 or 12361519. OLE color: 12361519.
HSL color Cylindrical-coordinate representation of color #2F9FBC: hue angle of 192.34º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F9FBC is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 159 | 188 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.26 |
| HSL | 192.34º | 0.6% | 0.46% | - |
| HSV(B) | 192.34º | 0.75% | 0.74% | - |
| XYZ | 22.65 | 29.03 | 51.99 | - |
| YUV | 128.82 | 161.39 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 159 | 188 | 0.75 | 0.15 | 0 | 0.26 | 192.34 | 0.6 | 0.46 |
| Hex | 2F | 9F | BC | 4B | F | 0 | 1A | C0 | 3C | 2E |
| Octal | 57 | 237 | 274 | 113 | 17 | 0 | 32 | 300 | 74 | 56 |
| Binary | 101111 | 10011111 | 10111100 | 1001011 | 1111 | 0 | 11010 | 11000000 | 111100 | 101110 |
Color Harmonies of #2F9FBC
Complementary color
Monochromatic Colors of #2F9FBC
Black with #2F9FBC
Text Example
Text Example
White with #2F9FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9FBC; }
p { color: rgb(47,159,188); }
H1.HeaderClassName
{
color: #2F9FBC;
}
.AnyTagClassName
{
color: #2F9FBC;
}
</style>
background-color css
<style>
a { background-color: #2F9FBC; }
a { background-color: rgb(47,159,188); }
div.DivClassName
{
background-color: #2F9FBC;
}
.BgClassName
{
background-color: #2F9FBC;
}
</style>
border-color css
<style>
span { border-color: #2F9FBC; }
span { border-color: rgb(47,159,188); }
td.TdClassName
{
border-color: #2F9FBC;
}
.TagClassName
{
border-color: #2F9FBC;
}
</style>