Shades of Curious Blue #2F90BC
Tints of Curious Blue #2F90BC
RGB
CMYK
RGB Variations
Color information
#2F90BC (or 0x2F90BC) is known color: Curious Blue. HEX triplet: 2F, 90 and BC. RGB value is (47,144,188). Sum of RGB (Red+Green+Blue) = 47+144+188=379 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.40% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F90BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F90BC is #D06F43. Grayscale: #777777. Windows color (decimal): -13659972 or 12357679. OLE color: 12357679.
HSL color Cylindrical-coordinate representation of color #2F90BC: hue angle of 198.72º 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 #2F90BC is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 144 | 188 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.26 |
| HSL | 198.72º | 0.6% | 0.46% | - |
| HSV(B) | 198.72º | 0.75% | 0.74% | - |
| XYZ | 20.22 | 24.18 | 51.18 | - |
| YUV | 120.01 | 166.36 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 144 | 188 | 0.75 | 0.23 | 0 | 0.26 | 198.72 | 0.6 | 0.46 |
| Hex | 2F | 90 | BC | 4B | 17 | 0 | 1A | C7 | 3C | 2E |
| Octal | 57 | 220 | 274 | 113 | 27 | 0 | 32 | 307 | 74 | 56 |
| Binary | 101111 | 10010000 | 10111100 | 1001011 | 10111 | 0 | 11010 | 11000111 | 111100 | 101110 |
Color Harmonies of #2F90BC
Complementary color
Monochromatic Colors of #2F90BC
Black with #2F90BC
Text Example
Text Example
White with #2F90BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F90BC; }
p { color: rgb(47,144,188); }
H1.HeaderClassName
{
color: #2F90BC;
}
.AnyTagClassName
{
color: #2F90BC;
}
</style>
background-color css
<style>
a { background-color: #2F90BC; }
a { background-color: rgb(47,144,188); }
div.DivClassName
{
background-color: #2F90BC;
}
.BgClassName
{
background-color: #2F90BC;
}
</style>
border-color css
<style>
span { border-color: #2F90BC; }
span { border-color: rgb(47,144,188); }
td.TdClassName
{
border-color: #2F90BC;
}
.TagClassName
{
border-color: #2F90BC;
}
</style>