Shades of Pelorous #2F9FAC
Tints of Pelorous #2F9FAC
RGB
CMYK
RGB Variations
Color information
#2F9FAC (or 0x2F9FAC) is known color: Pelorous. HEX triplet: 2F, 9F and AC. RGB value is (47,159,172). Sum of RGB (Red+Green+Blue) = 47+159+172=378 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.43% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F9FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9FAC is #D06053. Grayscale: #7E7E7E. Windows color (decimal): -13656148 or 11312943. OLE color: 11312943.
HSL color Cylindrical-coordinate representation of color #2F9FAC: hue angle of 186.24º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F9FAC is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 159 | 172 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.33 |
| HSL | 186.24º | 0.57% | 0.43% | - |
| HSV(B) | 186.24º | 0.73% | 0.67% | - |
| XYZ | 21.02 | 28.38 | 43.4 | - |
| YUV | 126.99 | 153.39 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 159 | 172 | 0.73 | 0.08 | 0 | 0.33 | 186.24 | 0.57 | 0.43 |
| Hex | 2F | 9F | AC | 49 | 8 | 0 | 21 | BA | 39 | 2B |
| Octal | 57 | 237 | 254 | 111 | 10 | 0 | 41 | 272 | 71 | 53 |
| Binary | 101111 | 10011111 | 10101100 | 1001001 | 1000 | 0 | 100001 | 10111010 | 111001 | 101011 |
Color Harmonies of #2F9FAC
Complementary color
Monochromatic Colors of #2F9FAC
Black with #2F9FAC
Text Example
Text Example
White with #2F9FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9FAC; }
p { color: rgb(47,159,172); }
H1.HeaderClassName
{
color: #2F9FAC;
}
.AnyTagClassName
{
color: #2F9FAC;
}
</style>
background-color css
<style>
a { background-color: #2F9FAC; }
a { background-color: rgb(47,159,172); }
div.DivClassName
{
background-color: #2F9FAC;
}
.BgClassName
{
background-color: #2F9FAC;
}
</style>
border-color css
<style>
span { border-color: #2F9FAC; }
span { border-color: rgb(47,159,172); }
td.TdClassName
{
border-color: #2F9FAC;
}
.TagClassName
{
border-color: #2F9FAC;
}
</style>