Shades of Curious Blue #3F8DBB
Tints of Curious Blue #3F8DBB
RGB
CMYK
RGB Variations
Color information
#3F8DBB (or 0x3F8DBB) is known color: Curious Blue. HEX triplet: 3F, 8D and BB. RGB value is (63,141,187). Sum of RGB (Red+Green+Blue) = 63+141+187=391 (51% of max value = 765). Red value is 63 (25% from 255 or 16.11% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F8DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8DBB is #C07244. Grayscale: #7A7A7A. Windows color (decimal): -12612165 or 12291391. OLE color: 12291391.
HSL color Cylindrical-coordinate representation of color #3F8DBB: hue angle of 202.26º 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 #3F8DBB is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 141 | 187 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.27 |
| HSL | 202.26º | 0.5% | 0.49% | - |
| HSV(B) | 202.26º | 0.66% | 0.73% | - |
| XYZ | 20.54 | 23.69 | 50.5 | - |
| YUV | 122.92 | 164.16 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 141 | 187 | 0.66 | 0.25 | 0 | 0.27 | 202.26 | 0.5 | 0.49 |
| Hex | 3F | 8D | BB | 42 | 19 | 0 | 1B | CA | 32 | 31 |
| Octal | 77 | 215 | 273 | 102 | 31 | 0 | 33 | 312 | 62 | 61 |
| Binary | 111111 | 10001101 | 10111011 | 1000010 | 11001 | 0 | 11011 | 11001010 | 110010 | 110001 |
Color Harmonies of #3F8DBB
Complementary color
Monochromatic Colors of #3F8DBB
Black with #3F8DBB
Text Example
Text Example
White with #3F8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8DBB; }
p { color: rgb(63,141,187); }
H1.HeaderClassName
{
color: #3F8DBB;
}
.AnyTagClassName
{
color: #3F8DBB;
}
</style>
background-color css
<style>
a { background-color: #3F8DBB; }
a { background-color: rgb(63,141,187); }
div.DivClassName
{
background-color: #3F8DBB;
}
.BgClassName
{
background-color: #3F8DBB;
}
</style>
border-color css
<style>
span { border-color: #3F8DBB; }
span { border-color: rgb(63,141,187); }
td.TdClassName
{
border-color: #3F8DBB;
}
.TagClassName
{
border-color: #3F8DBB;
}
</style>