Shades of Curious Blue #3F7DBE
Tints of Curious Blue #3F7DBE
RGB
CMYK
RGB Variations
Color information
#3F7DBE (or 0x3F7DBE) is known color: Curious Blue. HEX triplet: 3F, 7D and BE. RGB value is (63,125,190). Sum of RGB (Red+Green+Blue) = 63+125+190=378 (50% of max value = 765). Red value is 63 (25% from 255 or 16.67% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F7DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7DBE is #C08241. Grayscale: #717171. Windows color (decimal): -12616258 or 12483903. OLE color: 12483903.
HSL color Cylindrical-coordinate representation of color #3F7DBE: hue angle of 210.71º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F7DBE is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 125 | 190 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.25 |
| HSL | 210.71º | 0.5% | 0.5% | - |
| HSV(B) | 210.71º | 0.67% | 0.75% | - |
| XYZ | 18.68 | 19.44 | 51.48 | - |
| YUV | 113.87 | 170.96 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 125 | 190 | 0.67 | 0.34 | 0 | 0.25 | 210.71 | 0.5 | 0.5 |
| Hex | 3F | 7D | BE | 43 | 22 | 0 | 19 | D3 | 32 | 32 |
| Octal | 77 | 175 | 276 | 103 | 42 | 0 | 31 | 323 | 62 | 62 |
| Binary | 111111 | 1111101 | 10111110 | 1000011 | 100010 | 0 | 11001 | 11010011 | 110010 | 110010 |
Color Harmonies of #3F7DBE
Complementary color
Monochromatic Colors of #3F7DBE
Black with #3F7DBE
Text Example
Text Example
White with #3F7DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7DBE; }
p { color: rgb(63,125,190); }
H1.HeaderClassName
{
color: #3F7DBE;
}
.AnyTagClassName
{
color: #3F7DBE;
}
</style>
background-color css
<style>
a { background-color: #3F7DBE; }
a { background-color: rgb(63,125,190); }
div.DivClassName
{
background-color: #3F7DBE;
}
.BgClassName
{
background-color: #3F7DBE;
}
</style>
border-color css
<style>
span { border-color: #3F7DBE; }
span { border-color: rgb(63,125,190); }
td.TdClassName
{
border-color: #3F7DBE;
}
.TagClassName
{
border-color: #3F7DBE;
}
</style>