Shades of Curious Blue #3F8BBB
Tints of Curious Blue #3F8BBB
RGB
CMYK
RGB Variations
Color information
#3F8BBB (or 0x3F8BBB) is known color: Curious Blue. HEX triplet: 3F, 8B and BB. RGB value is (63,139,187). Sum of RGB (Red+Green+Blue) = 63+139+187=389 (51% of max value = 765). Red value is 63 (25% from 255 or 16.20% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F8BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8BBB is #C07444. Grayscale: #797979. Windows color (decimal): -12612677 or 12290879. OLE color: 12290879.
HSL color Cylindrical-coordinate representation of color #3F8BBB: hue angle of 203.23º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F8BBB is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 139 | 187 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.27 |
| HSL | 203.23º | 0.5% | 0.49% | - |
| HSV(B) | 203.23º | 0.66% | 0.73% | - |
| XYZ | 20.25 | 23.11 | 50.41 | - |
| YUV | 121.75 | 164.82 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 139 | 187 | 0.66 | 0.26 | 0 | 0.27 | 203.23 | 0.5 | 0.49 |
| Hex | 3F | 8B | BB | 42 | 1A | 0 | 1B | CB | 32 | 31 |
| Octal | 77 | 213 | 273 | 102 | 32 | 0 | 33 | 313 | 62 | 61 |
| Binary | 111111 | 10001011 | 10111011 | 1000010 | 11010 | 0 | 11011 | 11001011 | 110010 | 110001 |
Color Harmonies of #3F8BBB
Complementary color
Monochromatic Colors of #3F8BBB
Black with #3F8BBB
Text Example
Text Example
White with #3F8BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8BBB; }
p { color: rgb(63,139,187); }
H1.HeaderClassName
{
color: #3F8BBB;
}
.AnyTagClassName
{
color: #3F8BBB;
}
</style>
background-color css
<style>
a { background-color: #3F8BBB; }
a { background-color: rgb(63,139,187); }
div.DivClassName
{
background-color: #3F8BBB;
}
.BgClassName
{
background-color: #3F8BBB;
}
</style>
border-color css
<style>
span { border-color: #3F8BBB; }
span { border-color: rgb(63,139,187); }
td.TdClassName
{
border-color: #3F8BBB;
}
.TagClassName
{
border-color: #3F8BBB;
}
</style>