Shades of Curious Blue #2F6FBC
Tints of Curious Blue #2F6FBC
RGB
CMYK
RGB Variations
Color information
#2F6FBC (or 0x2F6FBC) is known color: Curious Blue. HEX triplet: 2F, 6F and BC. RGB value is (47,111,188). Sum of RGB (Red+Green+Blue) = 47+111+188=346 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.58% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F6FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6FBC is #D09043. Grayscale: #646464. Windows color (decimal): -13668420 or 12349231. OLE color: 12349231.
HSL color Cylindrical-coordinate representation of color #2F6FBC: hue angle of 212.77º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F6FBC is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 111 | 188 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.26 |
| HSL | 212.77º | 0.6% | 0.46% | - |
| HSV(B) | 212.77º | 0.75% | 0.74% | - |
| XYZ | 15.93 | 15.6 | 49.75 | - |
| YUV | 100.64 | 177.3 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 111 | 188 | 0.75 | 0.41 | 0 | 0.26 | 212.77 | 0.6 | 0.46 |
| Hex | 2F | 6F | BC | 4B | 29 | 0 | 1A | D5 | 3C | 2E |
| Octal | 57 | 157 | 274 | 113 | 51 | 0 | 32 | 325 | 74 | 56 |
| Binary | 101111 | 1101111 | 10111100 | 1001011 | 101001 | 0 | 11010 | 11010101 | 111100 | 101110 |
Color Harmonies of #2F6FBC
Complementary color
Monochromatic Colors of #2F6FBC
Black with #2F6FBC
Text Example
Text Example
White with #2F6FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6FBC; }
p { color: rgb(47,111,188); }
H1.HeaderClassName
{
color: #2F6FBC;
}
.AnyTagClassName
{
color: #2F6FBC;
}
</style>
background-color css
<style>
a { background-color: #2F6FBC; }
a { background-color: rgb(47,111,188); }
div.DivClassName
{
background-color: #2F6FBC;
}
.BgClassName
{
background-color: #2F6FBC;
}
</style>
border-color css
<style>
span { border-color: #2F6FBC; }
span { border-color: rgb(47,111,188); }
td.TdClassName
{
border-color: #2F6FBC;
}
.TagClassName
{
border-color: #2F6FBC;
}
</style>