Shades of Curious Blue #2F77BA
Tints of Curious Blue #2F77BA
RGB
CMYK
RGB Variations
Color information
#2F77BA (or 0x2F77BA) is known color: Curious Blue. HEX triplet: 2F, 77 and BA. RGB value is (47,119,186). Sum of RGB (Red+Green+Blue) = 47+119+186=352 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.35% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F77BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F77BA is #D08845. Grayscale: #686868. Windows color (decimal): -13666374 or 12220207. OLE color: 12220207.
HSL color Cylindrical-coordinate representation of color #2F77BA: hue angle of 208.92º 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 #2F77BA is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 119 | 186 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.27 |
| HSL | 208.92º | 0.6% | 0.46% | - |
| HSV(B) | 208.92º | 0.75% | 0.73% | - |
| XYZ | 16.63 | 17.34 | 48.93 | - |
| YUV | 105.11 | 173.65 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 119 | 186 | 0.75 | 0.36 | 0 | 0.27 | 208.92 | 0.6 | 0.46 |
| Hex | 2F | 77 | BA | 4B | 24 | 0 | 1B | D1 | 3C | 2E |
| Octal | 57 | 167 | 272 | 113 | 44 | 0 | 33 | 321 | 74 | 56 |
| Binary | 101111 | 1110111 | 10111010 | 1001011 | 100100 | 0 | 11011 | 11010001 | 111100 | 101110 |
Color Harmonies of #2F77BA
Complementary color
Monochromatic Colors of #2F77BA
Black with #2F77BA
Text Example
Text Example
White with #2F77BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F77BA; }
p { color: rgb(47,119,186); }
H1.HeaderClassName
{
color: #2F77BA;
}
.AnyTagClassName
{
color: #2F77BA;
}
</style>
background-color css
<style>
a { background-color: #2F77BA; }
a { background-color: rgb(47,119,186); }
div.DivClassName
{
background-color: #2F77BA;
}
.BgClassName
{
background-color: #2F77BA;
}
</style>
border-color css
<style>
span { border-color: #2F77BA; }
span { border-color: rgb(47,119,186); }
td.TdClassName
{
border-color: #2F77BA;
}
.TagClassName
{
border-color: #2F77BA;
}
</style>