Shades of Pelorous #2FA5BD
Tints of Pelorous #2FA5BD
RGB
CMYK
RGB Variations
Color information
#2FA5BD (or 0x2FA5BD) is known color: Pelorous. HEX triplet: 2F, A5 and BD. RGB value is (47,165,189). Sum of RGB (Red+Green+Blue) = 47+165+189=401 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.72% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #2FA5BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA5BD is #D05A42. Grayscale: #848484. Windows color (decimal): -13654595 or 12428591. OLE color: 12428591.
HSL color Cylindrical-coordinate representation of color #2FA5BD: hue angle of 190.14º 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 #2FA5BD is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 165 | 189 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.26 |
| HSL | 190.14º | 0.6% | 0.46% | - |
| HSV(B) | 190.14º | 0.75% | 0.74% | - |
| XYZ | 23.81 | 31.19 | 52.91 | - |
| YUV | 132.45 | 159.91 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 165 | 189 | 0.75 | 0.13 | 0 | 0.26 | 190.14 | 0.6 | 0.46 |
| Hex | 2F | A5 | BD | 4B | D | 0 | 1A | BE | 3C | 2E |
| Octal | 57 | 245 | 275 | 113 | 15 | 0 | 32 | 276 | 74 | 56 |
| Binary | 101111 | 10100101 | 10111101 | 1001011 | 1101 | 0 | 11010 | 10111110 | 111100 | 101110 |
Color Harmonies of #2FA5BD
Complementary color
Monochromatic Colors of #2FA5BD
Black with #2FA5BD
Text Example
Text Example
White with #2FA5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA5BD; }
p { color: rgb(47,165,189); }
H1.HeaderClassName
{
color: #2FA5BD;
}
.AnyTagClassName
{
color: #2FA5BD;
}
</style>
background-color css
<style>
a { background-color: #2FA5BD; }
a { background-color: rgb(47,165,189); }
div.DivClassName
{
background-color: #2FA5BD;
}
.BgClassName
{
background-color: #2FA5BD;
}
</style>
border-color css
<style>
span { border-color: #2FA5BD; }
span { border-color: rgb(47,165,189); }
td.TdClassName
{
border-color: #2FA5BD;
}
.TagClassName
{
border-color: #2FA5BD;
}
</style>