Shades of Curious Blue #3F8FBC
Tints of Curious Blue #3F8FBC
RGB
CMYK
RGB Variations
Color information
#3F8FBC (or 0x3F8FBC) is known color: Curious Blue. HEX triplet: 3F, 8F and BC. RGB value is (63,143,188). Sum of RGB (Red+Green+Blue) = 63+143+188=394 (52% of max value = 765). Red value is 63 (25% from 255 or 15.99% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F8FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8FBC is #C07043. Grayscale: #7B7B7B. Windows color (decimal): -12611652 or 12357439. OLE color: 12357439.
HSL color Cylindrical-coordinate representation of color #3F8FBC: hue angle of 201.6º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F8FBC is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 143 | 188 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.26 |
| HSL | 201.6º | 0.5% | 0.49% | - |
| HSV(B) | 201.6º | 0.66% | 0.74% | - |
| XYZ | 20.95 | 24.33 | 51.17 | - |
| YUV | 124.21 | 164 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 143 | 188 | 0.66 | 0.24 | 0 | 0.26 | 201.6 | 0.5 | 0.49 |
| Hex | 3F | 8F | BC | 42 | 18 | 0 | 1A | CA | 32 | 31 |
| Octal | 77 | 217 | 274 | 102 | 30 | 0 | 32 | 312 | 62 | 61 |
| Binary | 111111 | 10001111 | 10111100 | 1000010 | 11000 | 0 | 11010 | 11001010 | 110010 | 110001 |
Color Harmonies of #3F8FBC
Complementary color
Monochromatic Colors of #3F8FBC
Black with #3F8FBC
Text Example
Text Example
White with #3F8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8FBC; }
p { color: rgb(63,143,188); }
H1.HeaderClassName
{
color: #3F8FBC;
}
.AnyTagClassName
{
color: #3F8FBC;
}
</style>
background-color css
<style>
a { background-color: #3F8FBC; }
a { background-color: rgb(63,143,188); }
div.DivClassName
{
background-color: #3F8FBC;
}
.BgClassName
{
background-color: #3F8FBC;
}
</style>
border-color css
<style>
span { border-color: #3F8FBC; }
span { border-color: rgb(63,143,188); }
td.TdClassName
{
border-color: #3F8FBC;
}
.TagClassName
{
border-color: #3F8FBC;
}
</style>