Shades of Curious Blue #3F92BC
Tints of Curious Blue #3F92BC
RGB
CMYK
RGB Variations
Color information
#3F92BC (or 0x3F92BC) is known color: Curious Blue. HEX triplet: 3F, 92 and BC. RGB value is (63,146,188). Sum of RGB (Red+Green+Blue) = 63+146+188=397 (52% of max value = 765). Red value is 63 (25% from 255 or 15.87% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F92BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F92BC is #C06D43. Grayscale: #7D7D7D. Windows color (decimal): -12610884 or 12358207. OLE color: 12358207.
HSL color Cylindrical-coordinate representation of color #3F92BC: hue angle of 200.16º 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 #3F92BC is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 146 | 188 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.26 |
| HSL | 200.16º | 0.5% | 0.49% | - |
| HSV(B) | 200.16º | 0.66% | 0.74% | - |
| XYZ | 21.41 | 25.25 | 51.32 | - |
| YUV | 125.97 | 163 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 146 | 188 | 0.66 | 0.22 | 0 | 0.26 | 200.16 | 0.5 | 0.49 |
| Hex | 3F | 92 | BC | 42 | 16 | 0 | 1A | C8 | 32 | 31 |
| Octal | 77 | 222 | 274 | 102 | 26 | 0 | 32 | 310 | 62 | 61 |
| Binary | 111111 | 10010010 | 10111100 | 1000010 | 10110 | 0 | 11010 | 11001000 | 110010 | 110001 |
Color Harmonies of #3F92BC
Complementary color
Monochromatic Colors of #3F92BC
Black with #3F92BC
Text Example
Text Example
White with #3F92BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F92BC; }
p { color: rgb(63,146,188); }
H1.HeaderClassName
{
color: #3F92BC;
}
.AnyTagClassName
{
color: #3F92BC;
}
</style>
background-color css
<style>
a { background-color: #3F92BC; }
a { background-color: rgb(63,146,188); }
div.DivClassName
{
background-color: #3F92BC;
}
.BgClassName
{
background-color: #3F92BC;
}
</style>
border-color css
<style>
span { border-color: #3F92BC; }
span { border-color: rgb(63,146,188); }
td.TdClassName
{
border-color: #3F92BC;
}
.TagClassName
{
border-color: #3F92BC;
}
</style>