Shades of Curious Blue #2F72BC
Tints of Curious Blue #2F72BC
RGB
CMYK
RGB Variations
Color information
#2F72BC (or 0x2F72BC) is known color: Curious Blue. HEX triplet: 2F, 72 and BC. RGB value is (47,114,188). Sum of RGB (Red+Green+Blue) = 47+114+188=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F72BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F72BC is #D08D43. Grayscale: #666666. Windows color (decimal): -13667652 or 12349999. OLE color: 12349999.
HSL color Cylindrical-coordinate representation of color #2F72BC: hue angle of 211.49º 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 #2F72BC is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 114 | 188 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.26 |
| HSL | 211.49º | 0.6% | 0.46% | - |
| HSV(B) | 211.49º | 0.75% | 0.74% | - |
| XYZ | 16.27 | 16.27 | 49.86 | - |
| YUV | 102.4 | 176.3 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 114 | 188 | 0.75 | 0.39 | 0 | 0.26 | 211.49 | 0.6 | 0.46 |
| Hex | 2F | 72 | BC | 4B | 27 | 0 | 1A | D3 | 3C | 2E |
| Octal | 57 | 162 | 274 | 113 | 47 | 0 | 32 | 323 | 74 | 56 |
| Binary | 101111 | 1110010 | 10111100 | 1001011 | 100111 | 0 | 11010 | 11010011 | 111100 | 101110 |
Color Harmonies of #2F72BC
Complementary color
Monochromatic Colors of #2F72BC
Black with #2F72BC
Text Example
Text Example
White with #2F72BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F72BC; }
p { color: rgb(47,114,188); }
H1.HeaderClassName
{
color: #2F72BC;
}
.AnyTagClassName
{
color: #2F72BC;
}
</style>
background-color css
<style>
a { background-color: #2F72BC; }
a { background-color: rgb(47,114,188); }
div.DivClassName
{
background-color: #2F72BC;
}
.BgClassName
{
background-color: #2F72BC;
}
</style>
border-color css
<style>
span { border-color: #2F72BC; }
span { border-color: rgb(47,114,188); }
td.TdClassName
{
border-color: #2F72BC;
}
.TagClassName
{
border-color: #2F72BC;
}
</style>