Shades of Curious Blue #3F80BC
Tints of Curious Blue #3F80BC
RGB
CMYK
RGB Variations
Color information
#3F80BC (or 0x3F80BC) is known color: Curious Blue. HEX triplet: 3F, 80 and BC. RGB value is (63,128,188). Sum of RGB (Red+Green+Blue) = 63+128+188=379 (50% of max value = 765). Red value is 63 (25% from 255 or 16.62% from 379); Green value is 128 (50.39% from 255 or 33.77% 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 #3F80BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F80BC is #C07F43. Grayscale: #737373. Windows color (decimal): -12615492 or 12353599. OLE color: 12353599.
HSL color Cylindrical-coordinate representation of color #3F80BC: hue angle of 208.8º 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 #3F80BC is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 128 | 188 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.26 |
| HSL | 208.8º | 0.5% | 0.49% | - |
| HSV(B) | 208.8º | 0.66% | 0.74% | - |
| XYZ | 18.85 | 20.13 | 50.47 | - |
| YUV | 115.41 | 168.97 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 128 | 188 | 0.66 | 0.32 | 0 | 0.26 | 208.8 | 0.5 | 0.49 |
| Hex | 3F | 80 | BC | 42 | 20 | 0 | 1A | D1 | 32 | 31 |
| Octal | 77 | 200 | 274 | 102 | 40 | 0 | 32 | 321 | 62 | 61 |
| Binary | 111111 | 10000000 | 10111100 | 1000010 | 100000 | 0 | 11010 | 11010001 | 110010 | 110001 |
Color Harmonies of #3F80BC
Complementary color
Monochromatic Colors of #3F80BC
Black with #3F80BC
Text Example
Text Example
White with #3F80BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F80BC; }
p { color: rgb(63,128,188); }
H1.HeaderClassName
{
color: #3F80BC;
}
.AnyTagClassName
{
color: #3F80BC;
}
</style>
background-color css
<style>
a { background-color: #3F80BC; }
a { background-color: rgb(63,128,188); }
div.DivClassName
{
background-color: #3F80BC;
}
.BgClassName
{
background-color: #3F80BC;
}
</style>
border-color css
<style>
span { border-color: #3F80BC; }
span { border-color: rgb(63,128,188); }
td.TdClassName
{
border-color: #3F80BC;
}
.TagClassName
{
border-color: #3F80BC;
}
</style>