Shades of Curious Blue #2F76BA
Tints of Curious Blue #2F76BA
RGB
CMYK
RGB Variations
Color information
#2F76BA (or 0x2F76BA) is known color: Curious Blue. HEX triplet: 2F, 76 and BA. RGB value is (47,118,186). Sum of RGB (Red+Green+Blue) = 47+118+186=351 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.39% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F76BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F76BA is #D08945. Grayscale: #686868. Windows color (decimal): -13666630 or 12219951. OLE color: 12219951.
HSL color Cylindrical-coordinate representation of color #2F76BA: hue angle of 209.35º 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 #2F76BA is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 118 | 186 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.27 |
| HSL | 209.35º | 0.6% | 0.46% | - |
| HSV(B) | 209.35º | 0.75% | 0.73% | - |
| XYZ | 16.51 | 17.11 | 48.89 | - |
| YUV | 104.52 | 173.98 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 118 | 186 | 0.75 | 0.37 | 0 | 0.27 | 209.35 | 0.6 | 0.46 |
| Hex | 2F | 76 | BA | 4B | 25 | 0 | 1B | D1 | 3C | 2E |
| Octal | 57 | 166 | 272 | 113 | 45 | 0 | 33 | 321 | 74 | 56 |
| Binary | 101111 | 1110110 | 10111010 | 1001011 | 100101 | 0 | 11011 | 11010001 | 111100 | 101110 |
Color Harmonies of #2F76BA
Complementary color
Monochromatic Colors of #2F76BA
Black with #2F76BA
Text Example
Text Example
White with #2F76BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F76BA; }
p { color: rgb(47,118,186); }
H1.HeaderClassName
{
color: #2F76BA;
}
.AnyTagClassName
{
color: #2F76BA;
}
</style>
background-color css
<style>
a { background-color: #2F76BA; }
a { background-color: rgb(47,118,186); }
div.DivClassName
{
background-color: #2F76BA;
}
.BgClassName
{
background-color: #2F76BA;
}
</style>
border-color css
<style>
span { border-color: #2F76BA; }
span { border-color: rgb(47,118,186); }
td.TdClassName
{
border-color: #2F76BA;
}
.TagClassName
{
border-color: #2F76BA;
}
</style>