Shades of Curious Blue #3F8CBC
Tints of Curious Blue #3F8CBC
RGB
CMYK
RGB Variations
Color information
#3F8CBC (or 0x3F8CBC) is known color: Curious Blue. HEX triplet: 3F, 8C and BC. RGB value is (63,140,188). Sum of RGB (Red+Green+Blue) = 63+140+188=391 (51% of max value = 765). Red value is 63 (25% from 255 or 16.11% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F8CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8CBC is #C07343. Grayscale: #7A7A7A. Windows color (decimal): -12612420 or 12356671. OLE color: 12356671.
HSL color Cylindrical-coordinate representation of color #3F8CBC: hue angle of 203.04º 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 #3F8CBC is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 140 | 188 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.26 |
| HSL | 203.04º | 0.5% | 0.49% | - |
| HSV(B) | 203.04º | 0.66% | 0.74% | - |
| XYZ | 20.51 | 23.44 | 51.02 | - |
| YUV | 122.45 | 164.99 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 140 | 188 | 0.66 | 0.26 | 0 | 0.26 | 203.04 | 0.5 | 0.49 |
| Hex | 3F | 8C | BC | 42 | 1A | 0 | 1A | CB | 32 | 31 |
| Octal | 77 | 214 | 274 | 102 | 32 | 0 | 32 | 313 | 62 | 61 |
| Binary | 111111 | 10001100 | 10111100 | 1000010 | 11010 | 0 | 11010 | 11001011 | 110010 | 110001 |
Color Harmonies of #3F8CBC
Complementary color
Monochromatic Colors of #3F8CBC
Black with #3F8CBC
Text Example
Text Example
White with #3F8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8CBC; }
p { color: rgb(63,140,188); }
H1.HeaderClassName
{
color: #3F8CBC;
}
.AnyTagClassName
{
color: #3F8CBC;
}
</style>
background-color css
<style>
a { background-color: #3F8CBC; }
a { background-color: rgb(63,140,188); }
div.DivClassName
{
background-color: #3F8CBC;
}
.BgClassName
{
background-color: #3F8CBC;
}
</style>
border-color css
<style>
span { border-color: #3F8CBC; }
span { border-color: rgb(63,140,188); }
td.TdClassName
{
border-color: #3F8CBC;
}
.TagClassName
{
border-color: #3F8CBC;
}
</style>