Shades of Curious Blue #3F7DCE
Tints of Curious Blue #3F7DCE
RGB
CMYK
RGB Variations
Color information
#3F7DCE (or 0x3F7DCE) is known color: Curious Blue. HEX triplet: 3F, 7D and CE. RGB value is (63,125,206). Sum of RGB (Red+Green+Blue) = 63+125+206=394 (52% of max value = 765). Red value is 63 (25% from 255 or 15.99% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F7DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7DCE is #C08231. Grayscale: #737373. Windows color (decimal): -12616242 or 13532479. OLE color: 13532479.
HSL color Cylindrical-coordinate representation of color #3F7DCE: hue angle of 213.99º 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 #3F7DCE is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 125 | 206 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.19 |
| HSL | 213.99º | 0.59% | 0.53% | - |
| HSV(B) | 213.99º | 0.69% | 0.81% | - |
| XYZ | 20.52 | 20.18 | 61.21 | - |
| YUV | 115.7 | 178.96 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 125 | 206 | 0.69 | 0.39 | 0 | 0.19 | 213.99 | 0.59 | 0.53 |
| Hex | 3F | 7D | CE | 45 | 27 | 0 | 13 | D6 | 3B | 35 |
| Octal | 77 | 175 | 316 | 105 | 47 | 0 | 23 | 326 | 73 | 65 |
| Binary | 111111 | 1111101 | 11001110 | 1000101 | 100111 | 0 | 10011 | 11010110 | 111011 | 110101 |
Color Harmonies of #3F7DCE
Complementary color
Monochromatic Colors of #3F7DCE
Black with #3F7DCE
Text Example
Text Example
White with #3F7DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7DCE; }
p { color: rgb(63,125,206); }
H1.HeaderClassName
{
color: #3F7DCE;
}
.AnyTagClassName
{
color: #3F7DCE;
}
</style>
background-color css
<style>
a { background-color: #3F7DCE; }
a { background-color: rgb(63,125,206); }
div.DivClassName
{
background-color: #3F7DCE;
}
.BgClassName
{
background-color: #3F7DCE;
}
</style>
border-color css
<style>
span { border-color: #3F7DCE; }
span { border-color: rgb(63,125,206); }
td.TdClassName
{
border-color: #3F7DCE;
}
.TagClassName
{
border-color: #3F7DCE;
}
</style>