Shades of Curious Blue #2F80AB
Tints of Curious Blue #2F80AB
RGB
CMYK
RGB Variations
Color information
#2F80AB (or 0x2F80AB) is known color: Curious Blue. HEX triplet: 2F, 80 and AB. RGB value is (47,128,171). Sum of RGB (Red+Green+Blue) = 47+128+171=346 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.58% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F80AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F80AB is #D07F54. Grayscale: #6C6C6C. Windows color (decimal): -13664085 or 11239471. OLE color: 11239471.
HSL color Cylindrical-coordinate representation of color #2F80AB: hue angle of 200.81º 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 #2F80AB is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 128 | 171 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.33 |
| HSL | 200.81º | 0.57% | 0.43% | - |
| HSV(B) | 200.81º | 0.73% | 0.67% | - |
| XYZ | 16.24 | 18.98 | 41.34 | - |
| YUV | 108.68 | 163.16 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 128 | 171 | 0.73 | 0.25 | 0 | 0.33 | 200.81 | 0.57 | 0.43 |
| Hex | 2F | 80 | AB | 49 | 19 | 0 | 21 | C9 | 39 | 2B |
| Octal | 57 | 200 | 253 | 111 | 31 | 0 | 41 | 311 | 71 | 53 |
| Binary | 101111 | 10000000 | 10101011 | 1001001 | 11001 | 0 | 100001 | 11001001 | 111001 | 101011 |
Color Harmonies of #2F80AB
Complementary color
Monochromatic Colors of #2F80AB
Black with #2F80AB
Text Example
Text Example
White with #2F80AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F80AB; }
p { color: rgb(47,128,171); }
H1.HeaderClassName
{
color: #2F80AB;
}
.AnyTagClassName
{
color: #2F80AB;
}
</style>
background-color css
<style>
a { background-color: #2F80AB; }
a { background-color: rgb(47,128,171); }
div.DivClassName
{
background-color: #2F80AB;
}
.BgClassName
{
background-color: #2F80AB;
}
</style>
border-color css
<style>
span { border-color: #2F80AB; }
span { border-color: rgb(47,128,171); }
td.TdClassName
{
border-color: #2F80AB;
}
.TagClassName
{
border-color: #2F80AB;
}
</style>