Shades of Pelorous #2FA4BD
Tints of Pelorous #2FA4BD
RGB
CMYK
RGB Variations
Color information
#2FA4BD (or 0x2FA4BD) is known color: Pelorous. HEX triplet: 2F, A4 and BD. RGB value is (47,164,189). Sum of RGB (Red+Green+Blue) = 47+164+189=400 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.75% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #2FA4BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA4BD is #D05B42. Grayscale: #838383. Windows color (decimal): -13654851 or 12428335. OLE color: 12428335.
HSL color Cylindrical-coordinate representation of color #2FA4BD: hue angle of 190.56º 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 #2FA4BD is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 164 | 189 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.26 |
| HSL | 190.56º | 0.6% | 0.46% | - |
| HSV(B) | 190.56º | 0.75% | 0.74% | - |
| XYZ | 23.63 | 30.83 | 52.85 | - |
| YUV | 131.87 | 160.24 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 164 | 189 | 0.75 | 0.13 | 0 | 0.26 | 190.56 | 0.6 | 0.46 |
| Hex | 2F | A4 | BD | 4B | D | 0 | 1A | BF | 3C | 2E |
| Octal | 57 | 244 | 275 | 113 | 15 | 0 | 32 | 277 | 74 | 56 |
| Binary | 101111 | 10100100 | 10111101 | 1001011 | 1101 | 0 | 11010 | 10111111 | 111100 | 101110 |
Color Harmonies of #2FA4BD
Complementary color
Monochromatic Colors of #2FA4BD
Black with #2FA4BD
Text Example
Text Example
White with #2FA4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA4BD; }
p { color: rgb(47,164,189); }
H1.HeaderClassName
{
color: #2FA4BD;
}
.AnyTagClassName
{
color: #2FA4BD;
}
</style>
background-color css
<style>
a { background-color: #2FA4BD; }
a { background-color: rgb(47,164,189); }
div.DivClassName
{
background-color: #2FA4BD;
}
.BgClassName
{
background-color: #2FA4BD;
}
</style>
border-color css
<style>
span { border-color: #2FA4BD; }
span { border-color: rgb(47,164,189); }
td.TdClassName
{
border-color: #2FA4BD;
}
.TagClassName
{
border-color: #2FA4BD;
}
</style>