Shades of Curious Blue #2F71BA
Tints of Curious Blue #2F71BA
RGB
CMYK
RGB Variations
Color information
#2F71BA (or 0x2F71BA) is known color: Curious Blue. HEX triplet: 2F, 71 and BA. RGB value is (47,113,186). Sum of RGB (Red+Green+Blue) = 47+113+186=346 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.58% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F71BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F71BA is #D08E45. Grayscale: #656565. Windows color (decimal): -13667910 or 12218671. OLE color: 12218671.
HSL color Cylindrical-coordinate representation of color #2F71BA: hue angle of 211.51º 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 #2F71BA is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 113 | 186 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.27 |
| HSL | 211.51º | 0.6% | 0.46% | - |
| HSV(B) | 211.51º | 0.75% | 0.73% | - |
| XYZ | 15.94 | 15.96 | 48.69 | - |
| YUV | 101.59 | 175.63 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 113 | 186 | 0.75 | 0.39 | 0 | 0.27 | 211.51 | 0.6 | 0.46 |
| Hex | 2F | 71 | BA | 4B | 27 | 0 | 1B | D4 | 3C | 2E |
| Octal | 57 | 161 | 272 | 113 | 47 | 0 | 33 | 324 | 74 | 56 |
| Binary | 101111 | 1110001 | 10111010 | 1001011 | 100111 | 0 | 11011 | 11010100 | 111100 | 101110 |
Color Harmonies of #2F71BA
Complementary color
Monochromatic Colors of #2F71BA
Black with #2F71BA
Text Example
Text Example
White with #2F71BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F71BA; }
p { color: rgb(47,113,186); }
H1.HeaderClassName
{
color: #2F71BA;
}
.AnyTagClassName
{
color: #2F71BA;
}
</style>
background-color css
<style>
a { background-color: #2F71BA; }
a { background-color: rgb(47,113,186); }
div.DivClassName
{
background-color: #2F71BA;
}
.BgClassName
{
background-color: #2F71BA;
}
</style>
border-color css
<style>
span { border-color: #2F71BA; }
span { border-color: rgb(47,113,186); }
td.TdClassName
{
border-color: #2F71BA;
}
.TagClassName
{
border-color: #2F71BA;
}
</style>