Shades of Curious Blue #2F89BD
Tints of Curious Blue #2F89BD
RGB
CMYK
RGB Variations
Color information
#2F89BD (or 0x2F89BD) is known color: Curious Blue. HEX triplet: 2F, 89 and BD. RGB value is (47,137,189). Sum of RGB (Red+Green+Blue) = 47+137+189=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #2F89BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F89BD is #D07642. Grayscale: #737373. Windows color (decimal): -13661763 or 12421423. OLE color: 12421423.
HSL color Cylindrical-coordinate representation of color #2F89BD: hue angle of 201.97º 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 #2F89BD is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 137 | 189 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.26 |
| HSL | 201.97º | 0.6% | 0.46% | - |
| HSV(B) | 201.97º | 0.75% | 0.74% | - |
| XYZ | 19.3 | 22.17 | 51.41 | - |
| YUV | 116.02 | 169.18 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 137 | 189 | 0.75 | 0.28 | 0 | 0.26 | 201.97 | 0.6 | 0.46 |
| Hex | 2F | 89 | BD | 4B | 1C | 0 | 1A | CA | 3C | 2E |
| Octal | 57 | 211 | 275 | 113 | 34 | 0 | 32 | 312 | 74 | 56 |
| Binary | 101111 | 10001001 | 10111101 | 1001011 | 11100 | 0 | 11010 | 11001010 | 111100 | 101110 |
Color Harmonies of #2F89BD
Complementary color
Monochromatic Colors of #2F89BD
Black with #2F89BD
Text Example
Text Example
White with #2F89BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F89BD; }
p { color: rgb(47,137,189); }
H1.HeaderClassName
{
color: #2F89BD;
}
.AnyTagClassName
{
color: #2F89BD;
}
</style>
background-color css
<style>
a { background-color: #2F89BD; }
a { background-color: rgb(47,137,189); }
div.DivClassName
{
background-color: #2F89BD;
}
.BgClassName
{
background-color: #2F89BD;
}
</style>
border-color css
<style>
span { border-color: #2F89BD; }
span { border-color: rgb(47,137,189); }
td.TdClassName
{
border-color: #2F89BD;
}
.TagClassName
{
border-color: #2F89BD;
}
</style>