Shades of Curious Blue #3F7DBD
Tints of Curious Blue #3F7DBD
RGB
CMYK
RGB Variations
Color information
#3F7DBD (or 0x3F7DBD) is known color: Curious Blue. HEX triplet: 3F, 7D and BD. RGB value is (63,125,189). Sum of RGB (Red+Green+Blue) = 63+125+189=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F7DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7DBD is #C08242. Grayscale: #717171. Windows color (decimal): -12616259 or 12418367. OLE color: 12418367.
HSL color Cylindrical-coordinate representation of color #3F7DBD: hue angle of 210.48º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F7DBD is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 125 | 189 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.26 |
| HSL | 210.48º | 0.5% | 0.49% | - |
| HSV(B) | 210.48º | 0.67% | 0.74% | - |
| XYZ | 18.57 | 19.4 | 50.91 | - |
| YUV | 113.76 | 170.46 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 125 | 189 | 0.67 | 0.34 | 0 | 0.26 | 210.48 | 0.5 | 0.49 |
| Hex | 3F | 7D | BD | 43 | 22 | 0 | 1A | D2 | 32 | 31 |
| Octal | 77 | 175 | 275 | 103 | 42 | 0 | 32 | 322 | 62 | 61 |
| Binary | 111111 | 1111101 | 10111101 | 1000011 | 100010 | 0 | 11010 | 11010010 | 110010 | 110001 |
Color Harmonies of #3F7DBD
Complementary color
Monochromatic Colors of #3F7DBD
Black with #3F7DBD
Text Example
Text Example
White with #3F7DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7DBD; }
p { color: rgb(63,125,189); }
H1.HeaderClassName
{
color: #3F7DBD;
}
.AnyTagClassName
{
color: #3F7DBD;
}
</style>
background-color css
<style>
a { background-color: #3F7DBD; }
a { background-color: rgb(63,125,189); }
div.DivClassName
{
background-color: #3F7DBD;
}
.BgClassName
{
background-color: #3F7DBD;
}
</style>
border-color css
<style>
span { border-color: #3F7DBD; }
span { border-color: rgb(63,125,189); }
td.TdClassName
{
border-color: #3F7DBD;
}
.TagClassName
{
border-color: #3F7DBD;
}
</style>