Shades of Curious Blue #2F89BC
Tints of Curious Blue #2F89BC
RGB
CMYK
RGB Variations
Color information
#2F89BC (or 0x2F89BC) is known color: Curious Blue. HEX triplet: 2F, 89 and BC. RGB value is (47,137,188). Sum of RGB (Red+Green+Blue) = 47+137+188=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F89BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F89BC is #D07643. Grayscale: #737373. Windows color (decimal): -13661764 or 12355887. OLE color: 12355887.
HSL color Cylindrical-coordinate representation of color #2F89BC: hue angle of 201.7º 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 #2F89BC is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 137 | 188 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.26 |
| HSL | 201.7º | 0.6% | 0.46% | - |
| HSV(B) | 201.7º | 0.75% | 0.74% | - |
| XYZ | 19.2 | 22.13 | 50.84 | - |
| YUV | 115.9 | 168.68 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 137 | 188 | 0.75 | 0.27 | 0 | 0.26 | 201.7 | 0.6 | 0.46 |
| Hex | 2F | 89 | BC | 4B | 1B | 0 | 1A | CA | 3C | 2E |
| Octal | 57 | 211 | 274 | 113 | 33 | 0 | 32 | 312 | 74 | 56 |
| Binary | 101111 | 10001001 | 10111100 | 1001011 | 11011 | 0 | 11010 | 11001010 | 111100 | 101110 |
Color Harmonies of #2F89BC
Complementary color
Monochromatic Colors of #2F89BC
Black with #2F89BC
Text Example
Text Example
White with #2F89BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F89BC; }
p { color: rgb(47,137,188); }
H1.HeaderClassName
{
color: #2F89BC;
}
.AnyTagClassName
{
color: #2F89BC;
}
</style>
background-color css
<style>
a { background-color: #2F89BC; }
a { background-color: rgb(47,137,188); }
div.DivClassName
{
background-color: #2F89BC;
}
.BgClassName
{
background-color: #2F89BC;
}
</style>
border-color css
<style>
span { border-color: #2F89BC; }
span { border-color: rgb(47,137,188); }
td.TdClassName
{
border-color: #2F89BC;
}
.TagClassName
{
border-color: #2F89BC;
}
</style>