Shades of Curious Blue #3F7BCE
Tints of Curious Blue #3F7BCE
RGB
CMYK
RGB Variations
Color information
#3F7BCE (or 0x3F7BCE) is known color: Curious Blue. HEX triplet: 3F, 7B and CE. RGB value is (63,123,206). Sum of RGB (Red+Green+Blue) = 63+123+206=392 (51% of max value = 765). Red value is 63 (25% from 255 or 16.07% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F7BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7BCE is #C08431. Grayscale: #727272. Windows color (decimal): -12616754 or 13531967. OLE color: 13531967.
HSL color Cylindrical-coordinate representation of color #3F7BCE: hue angle of 214.83º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F7BCE is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 123 | 206 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.19 |
| HSL | 214.83º | 0.59% | 0.53% | - |
| HSV(B) | 214.83º | 0.69% | 0.81% | - |
| XYZ | 20.27 | 19.68 | 61.12 | - |
| YUV | 114.52 | 179.62 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 123 | 206 | 0.69 | 0.40 | 0 | 0.19 | 214.83 | 0.59 | 0.53 |
| Hex | 3F | 7B | CE | 45 | 28 | 0 | 13 | D7 | 3B | 35 |
| Octal | 77 | 173 | 316 | 105 | 50 | 0 | 23 | 327 | 73 | 65 |
| Binary | 111111 | 1111011 | 11001110 | 1000101 | 101000 | 0 | 10011 | 11010111 | 111011 | 110101 |
Color Harmonies of #3F7BCE
Complementary color
Monochromatic Colors of #3F7BCE
Black with #3F7BCE
Text Example
Text Example
White with #3F7BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7BCE; }
p { color: rgb(63,123,206); }
H1.HeaderClassName
{
color: #3F7BCE;
}
.AnyTagClassName
{
color: #3F7BCE;
}
</style>
background-color css
<style>
a { background-color: #3F7BCE; }
a { background-color: rgb(63,123,206); }
div.DivClassName
{
background-color: #3F7BCE;
}
.BgClassName
{
background-color: #3F7BCE;
}
</style>
border-color css
<style>
span { border-color: #3F7BCE; }
span { border-color: rgb(63,123,206); }
td.TdClassName
{
border-color: #3F7BCE;
}
.TagClassName
{
border-color: #3F7BCE;
}
</style>