Shades of Pelorous #2F9CBA
Tints of Pelorous #2F9CBA
RGB
CMYK
RGB Variations
Color information
#2F9CBA (or 0x2F9CBA) is known color: Pelorous. HEX triplet: 2F, 9C and BA. RGB value is (47,156,186). Sum of RGB (Red+Green+Blue) = 47+156+186=389 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.08% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F9CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F9CBA is #D06345. Grayscale: #7E7E7E. Windows color (decimal): -13656902 or 12229679. OLE color: 12229679.
HSL color Cylindrical-coordinate representation of color #2F9CBA: hue angle of 192.95º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F9CBA is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 156 | 186 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.27 |
| HSL | 192.95º | 0.6% | 0.46% | - |
| HSV(B) | 192.95º | 0.75% | 0.73% | - |
| XYZ | 21.92 | 27.93 | 50.69 | - |
| YUV | 126.83 | 161.39 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 156 | 186 | 0.75 | 0.16 | 0 | 0.27 | 192.95 | 0.6 | 0.46 |
| Hex | 2F | 9C | BA | 4B | 10 | 0 | 1B | C1 | 3C | 2E |
| Octal | 57 | 234 | 272 | 113 | 20 | 0 | 33 | 301 | 74 | 56 |
| Binary | 101111 | 10011100 | 10111010 | 1001011 | 10000 | 0 | 11011 | 11000001 | 111100 | 101110 |
Color Harmonies of #2F9CBA
Complementary color
Monochromatic Colors of #2F9CBA
Black with #2F9CBA
Text Example
Text Example
White with #2F9CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9CBA; }
p { color: rgb(47,156,186); }
H1.HeaderClassName
{
color: #2F9CBA;
}
.AnyTagClassName
{
color: #2F9CBA;
}
</style>
background-color css
<style>
a { background-color: #2F9CBA; }
a { background-color: rgb(47,156,186); }
div.DivClassName
{
background-color: #2F9CBA;
}
.BgClassName
{
background-color: #2F9CBA;
}
</style>
border-color css
<style>
span { border-color: #2F9CBA; }
span { border-color: rgb(47,156,186); }
td.TdClassName
{
border-color: #2F9CBA;
}
.TagClassName
{
border-color: #2F9CBA;
}
</style>