Shades of Pelorous #2F9BAB
Tints of Pelorous #2F9BAB
RGB
CMYK
RGB Variations
Color information
#2F9BAB (or 0x2F9BAB) is known color: Pelorous. HEX triplet: 2F, 9B and AB. RGB value is (47,155,171). Sum of RGB (Red+Green+Blue) = 47+155+171=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F9BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9BAB is #D06454. Grayscale: #7C7C7C. Windows color (decimal): -13657173 or 11246383. OLE color: 11246383.
HSL color Cylindrical-coordinate representation of color #2F9BAB: hue angle of 187.74º 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 #2F9BAB is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 155 | 171 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.33 |
| HSL | 187.74º | 0.57% | 0.43% | - |
| HSV(B) | 187.74º | 0.73% | 0.67% | - |
| XYZ | 20.24 | 26.99 | 42.67 | - |
| YUV | 124.53 | 154.22 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 155 | 171 | 0.73 | 0.09 | 0 | 0.33 | 187.74 | 0.57 | 0.43 |
| Hex | 2F | 9B | AB | 49 | 9 | 0 | 21 | BC | 39 | 2B |
| Octal | 57 | 233 | 253 | 111 | 11 | 0 | 41 | 274 | 71 | 53 |
| Binary | 101111 | 10011011 | 10101011 | 1001001 | 1001 | 0 | 100001 | 10111100 | 111001 | 101011 |
Color Harmonies of #2F9BAB
Complementary color
Monochromatic Colors of #2F9BAB
Black with #2F9BAB
Text Example
Text Example
White with #2F9BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9BAB; }
p { color: rgb(47,155,171); }
H1.HeaderClassName
{
color: #2F9BAB;
}
.AnyTagClassName
{
color: #2F9BAB;
}
</style>
background-color css
<style>
a { background-color: #2F9BAB; }
a { background-color: rgb(47,155,171); }
div.DivClassName
{
background-color: #2F9BAB;
}
.BgClassName
{
background-color: #2F9BAB;
}
</style>
border-color css
<style>
span { border-color: #2F9BAB; }
span { border-color: rgb(47,155,171); }
td.TdClassName
{
border-color: #2F9BAB;
}
.TagClassName
{
border-color: #2F9BAB;
}
</style>