Shades of Pelorous #2FA0BC
Tints of Pelorous #2FA0BC
RGB
CMYK
RGB Variations
Color information
#2FA0BC (or 0x2FA0BC) is known color: Pelorous. HEX triplet: 2F, A0 and BC. RGB value is (47,160,188). Sum of RGB (Red+Green+Blue) = 47+160+188=395 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.90% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #2FA0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA0BC is #D05F43. Grayscale: #818181. Windows color (decimal): -13655876 or 12361775. OLE color: 12361775.
HSL color Cylindrical-coordinate representation of color #2FA0BC: hue angle of 191.91º 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 #2FA0BC is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 160 | 188 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.26 |
| HSL | 191.91º | 0.6% | 0.46% | - |
| HSV(B) | 191.91º | 0.75% | 0.74% | - |
| XYZ | 22.82 | 29.38 | 52.04 | - |
| YUV | 129.41 | 161.06 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 160 | 188 | 0.75 | 0.15 | 0 | 0.26 | 191.91 | 0.6 | 0.46 |
| Hex | 2F | A0 | BC | 4B | F | 0 | 1A | C0 | 3C | 2E |
| Octal | 57 | 240 | 274 | 113 | 17 | 0 | 32 | 300 | 74 | 56 |
| Binary | 101111 | 10100000 | 10111100 | 1001011 | 1111 | 0 | 11010 | 11000000 | 111100 | 101110 |
Color Harmonies of #2FA0BC
Complementary color
Monochromatic Colors of #2FA0BC
Black with #2FA0BC
Text Example
Text Example
White with #2FA0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA0BC; }
p { color: rgb(47,160,188); }
H1.HeaderClassName
{
color: #2FA0BC;
}
.AnyTagClassName
{
color: #2FA0BC;
}
</style>
background-color css
<style>
a { background-color: #2FA0BC; }
a { background-color: rgb(47,160,188); }
div.DivClassName
{
background-color: #2FA0BC;
}
.BgClassName
{
background-color: #2FA0BC;
}
</style>
border-color css
<style>
span { border-color: #2FA0BC; }
span { border-color: rgb(47,160,188); }
td.TdClassName
{
border-color: #2FA0BC;
}
.TagClassName
{
border-color: #2FA0BC;
}
</style>