Shades of Curious Blue #3F7FBE
Tints of Curious Blue #3F7FBE
RGB
CMYK
RGB Variations
Color information
#3F7FBE (or 0x3F7FBE) is known color: Curious Blue. HEX triplet: 3F, 7F and BE. RGB value is (63,127,190). Sum of RGB (Red+Green+Blue) = 63+127+190=380 (50% of max value = 765). Red value is 63 (25% from 255 or 16.58% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F7FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7FBE is #C08041. Grayscale: #727272. Windows color (decimal): -12615746 or 12484415. OLE color: 12484415.
HSL color Cylindrical-coordinate representation of color #3F7FBE: hue angle of 209.76º 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 #3F7FBE is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 127 | 190 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.25 |
| HSL | 209.76º | 0.5% | 0.5% | - |
| HSV(B) | 209.76º | 0.67% | 0.75% | - |
| XYZ | 18.93 | 19.95 | 51.57 | - |
| YUV | 115.05 | 170.3 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 127 | 190 | 0.67 | 0.33 | 0 | 0.25 | 209.76 | 0.5 | 0.5 |
| Hex | 3F | 7F | BE | 43 | 21 | 0 | 19 | D2 | 32 | 32 |
| Octal | 77 | 177 | 276 | 103 | 41 | 0 | 31 | 322 | 62 | 62 |
| Binary | 111111 | 1111111 | 10111110 | 1000011 | 100001 | 0 | 11001 | 11010010 | 110010 | 110010 |
Color Harmonies of #3F7FBE
Complementary color
Monochromatic Colors of #3F7FBE
Black with #3F7FBE
Text Example
Text Example
White with #3F7FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7FBE; }
p { color: rgb(63,127,190); }
H1.HeaderClassName
{
color: #3F7FBE;
}
.AnyTagClassName
{
color: #3F7FBE;
}
</style>
background-color css
<style>
a { background-color: #3F7FBE; }
a { background-color: rgb(63,127,190); }
div.DivClassName
{
background-color: #3F7FBE;
}
.BgClassName
{
background-color: #3F7FBE;
}
</style>
border-color css
<style>
span { border-color: #3F7FBE; }
span { border-color: rgb(63,127,190); }
td.TdClassName
{
border-color: #3F7FBE;
}
.TagClassName
{
border-color: #3F7FBE;
}
</style>