Shades of Curious Blue #3F7DBB
Tints of Curious Blue #3F7DBB
RGB
CMYK
RGB Variations
Color information
#3F7DBB (or 0x3F7DBB) is known color: Curious Blue. HEX triplet: 3F, 7D and BB. RGB value is (63,125,187). Sum of RGB (Red+Green+Blue) = 63+125+187=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F7DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7DBB is #C08244. Grayscale: #717171. Windows color (decimal): -12616261 or 12287295. OLE color: 12287295.
HSL color Cylindrical-coordinate representation of color #3F7DBB: hue angle of 210º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F7DBB is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 125 | 187 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.27 |
| HSL | 210º | 0.5% | 0.49% | - |
| HSV(B) | 210º | 0.66% | 0.73% | - |
| XYZ | 18.35 | 19.31 | 49.77 | - |
| YUV | 113.53 | 169.46 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 125 | 187 | 0.66 | 0.33 | 0 | 0.27 | 210 | 0.5 | 0.49 |
| Hex | 3F | 7D | BB | 42 | 21 | 0 | 1B | D2 | 32 | 31 |
| Octal | 77 | 175 | 273 | 102 | 41 | 0 | 33 | 322 | 62 | 61 |
| Binary | 111111 | 1111101 | 10111011 | 1000010 | 100001 | 0 | 11011 | 11010010 | 110010 | 110001 |
Color Harmonies of #3F7DBB
Complementary color
Monochromatic Colors of #3F7DBB
Black with #3F7DBB
Text Example
Text Example
White with #3F7DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7DBB; }
p { color: rgb(63,125,187); }
H1.HeaderClassName
{
color: #3F7DBB;
}
.AnyTagClassName
{
color: #3F7DBB;
}
</style>
background-color css
<style>
a { background-color: #3F7DBB; }
a { background-color: rgb(63,125,187); }
div.DivClassName
{
background-color: #3F7DBB;
}
.BgClassName
{
background-color: #3F7DBB;
}
</style>
border-color css
<style>
span { border-color: #3F7DBB; }
span { border-color: rgb(63,125,187); }
td.TdClassName
{
border-color: #3F7DBB;
}
.TagClassName
{
border-color: #3F7DBB;
}
</style>