Shades of Curious Blue #3F7DD1
Tints of Curious Blue #3F7DD1
RGB
CMYK
RGB Variations
Color information
#3F7DD1 (or 0x3F7DD1) is known color: Curious Blue. HEX triplet: 3F, 7D and D1. RGB value is (63,125,209). Sum of RGB (Red+Green+Blue) = 63+125+209=397 (52% of max value = 765). Red value is 63 (25% from 255 or 15.87% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #3F7DD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7DD1 is #C0822E. Grayscale: #737373. Windows color (decimal): -12616239 or 13729087. OLE color: 13729087.
HSL color Cylindrical-coordinate representation of color #3F7DD1: hue angle of 214.52º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F7DD1 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 125 | 209 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.18 |
| HSL | 214.52º | 0.61% | 0.53% | - |
| HSV(B) | 214.52º | 0.7% | 0.82% | - |
| XYZ | 20.89 | 20.33 | 63.14 | - |
| YUV | 116.04 | 180.46 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 125 | 209 | 0.70 | 0.40 | 0 | 0.18 | 214.52 | 0.61 | 0.53 |
| Hex | 3F | 7D | D1 | 46 | 28 | 0 | 12 | D7 | 3D | 35 |
| Octal | 77 | 175 | 321 | 106 | 50 | 0 | 22 | 327 | 75 | 65 |
| Binary | 111111 | 1111101 | 11010001 | 1000110 | 101000 | 0 | 10010 | 11010111 | 111101 | 110101 |
Color Harmonies of #3F7DD1
Complementary color
Monochromatic Colors of #3F7DD1
Black with #3F7DD1
Text Example
Text Example
White with #3F7DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7DD1; }
p { color: rgb(63,125,209); }
H1.HeaderClassName
{
color: #3F7DD1;
}
.AnyTagClassName
{
color: #3F7DD1;
}
</style>
background-color css
<style>
a { background-color: #3F7DD1; }
a { background-color: rgb(63,125,209); }
div.DivClassName
{
background-color: #3F7DD1;
}
.BgClassName
{
background-color: #3F7DD1;
}
</style>
border-color css
<style>
span { border-color: #3F7DD1; }
span { border-color: rgb(63,125,209); }
td.TdClassName
{
border-color: #3F7DD1;
}
.TagClassName
{
border-color: #3F7DD1;
}
</style>