Shades of Pelorous #2FA3BC
Tints of Pelorous #2FA3BC
RGB
CMYK
RGB Variations
Color information
#2FA3BC (or 0x2FA3BC) is known color: Pelorous. HEX triplet: 2F, A3 and BC. RGB value is (47,163,188). Sum of RGB (Red+Green+Blue) = 47+163+188=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #2FA3BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA3BC is #D05C43. Grayscale: #828282. Windows color (decimal): -13655108 or 12362543. OLE color: 12362543.
HSL color Cylindrical-coordinate representation of color #2FA3BC: hue angle of 190.64º 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 #2FA3BC is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 163 | 188 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.26 |
| HSL | 190.64º | 0.6% | 0.46% | - |
| HSV(B) | 190.64º | 0.75% | 0.74% | - |
| XYZ | 23.35 | 30.43 | 52.22 | - |
| YUV | 131.17 | 160.07 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 163 | 188 | 0.75 | 0.13 | 0 | 0.26 | 190.64 | 0.6 | 0.46 |
| Hex | 2F | A3 | BC | 4B | D | 0 | 1A | BF | 3C | 2E |
| Octal | 57 | 243 | 274 | 113 | 15 | 0 | 32 | 277 | 74 | 56 |
| Binary | 101111 | 10100011 | 10111100 | 1001011 | 1101 | 0 | 11010 | 10111111 | 111100 | 101110 |
Color Harmonies of #2FA3BC
Complementary color
Monochromatic Colors of #2FA3BC
Black with #2FA3BC
Text Example
Text Example
White with #2FA3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA3BC; }
p { color: rgb(47,163,188); }
H1.HeaderClassName
{
color: #2FA3BC;
}
.AnyTagClassName
{
color: #2FA3BC;
}
</style>
background-color css
<style>
a { background-color: #2FA3BC; }
a { background-color: rgb(47,163,188); }
div.DivClassName
{
background-color: #2FA3BC;
}
.BgClassName
{
background-color: #2FA3BC;
}
</style>
border-color css
<style>
span { border-color: #2FA3BC; }
span { border-color: rgb(47,163,188); }
td.TdClassName
{
border-color: #2FA3BC;
}
.TagClassName
{
border-color: #2FA3BC;
}
</style>