Shades of Curious Blue #3F91BB
Tints of Curious Blue #3F91BB
RGB
CMYK
RGB Variations
Color information
#3F91BB (or 0x3F91BB) is known color: Curious Blue. HEX triplet: 3F, 91 and BB. RGB value is (63,145,187). Sum of RGB (Red+Green+Blue) = 63+145+187=395 (52% of max value = 765). Red value is 63 (25% from 255 or 15.95% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F91BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F91BB is #C06E44. Grayscale: #7D7D7D. Windows color (decimal): -12611141 or 12292415. OLE color: 12292415.
HSL color Cylindrical-coordinate representation of color #3F91BB: hue angle of 200.32º 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 #3F91BB is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 145 | 187 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.27 |
| HSL | 200.32º | 0.5% | 0.49% | - |
| HSV(B) | 200.32º | 0.66% | 0.73% | - |
| XYZ | 21.14 | 24.9 | 50.7 | - |
| YUV | 125.27 | 162.83 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 145 | 187 | 0.66 | 0.22 | 0 | 0.27 | 200.32 | 0.5 | 0.49 |
| Hex | 3F | 91 | BB | 42 | 16 | 0 | 1B | C8 | 32 | 31 |
| Octal | 77 | 221 | 273 | 102 | 26 | 0 | 33 | 310 | 62 | 61 |
| Binary | 111111 | 10010001 | 10111011 | 1000010 | 10110 | 0 | 11011 | 11001000 | 110010 | 110001 |
Color Harmonies of #3F91BB
Complementary color
Monochromatic Colors of #3F91BB
Black with #3F91BB
Text Example
Text Example
White with #3F91BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F91BB; }
p { color: rgb(63,145,187); }
H1.HeaderClassName
{
color: #3F91BB;
}
.AnyTagClassName
{
color: #3F91BB;
}
</style>
background-color css
<style>
a { background-color: #3F91BB; }
a { background-color: rgb(63,145,187); }
div.DivClassName
{
background-color: #3F91BB;
}
.BgClassName
{
background-color: #3F91BB;
}
</style>
border-color css
<style>
span { border-color: #3F91BB; }
span { border-color: rgb(63,145,187); }
td.TdClassName
{
border-color: #3F91BB;
}
.TagClassName
{
border-color: #3F91BB;
}
</style>