Shades of Curious Blue #3F7BC9
Tints of Curious Blue #3F7BC9
RGB
CMYK
RGB Variations
Color information
#3F7BC9 (or 0x3F7BC9) is known color: Curious Blue. HEX triplet: 3F, 7B and C9. RGB value is (63,123,201). Sum of RGB (Red+Green+Blue) = 63+123+201=387 (51% of max value = 765). Red value is 63 (25% from 255 or 16.28% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #3F7BC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7BC9 is #C08436. Grayscale: #717171. Windows color (decimal): -12616759 or 13204287. OLE color: 13204287.
HSL color Cylindrical-coordinate representation of color #3F7BC9: hue angle of 213.91º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F7BC9 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 123 | 201 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.21 |
| HSL | 213.91º | 0.56% | 0.52% | - |
| HSV(B) | 213.91º | 0.69% | 0.79% | - |
| XYZ | 19.68 | 19.44 | 57.97 | - |
| YUV | 113.95 | 177.12 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 123 | 201 | 0.69 | 0.39 | 0 | 0.21 | 213.91 | 0.56 | 0.52 |
| Hex | 3F | 7B | C9 | 45 | 27 | 0 | 15 | D6 | 38 | 34 |
| Octal | 77 | 173 | 311 | 105 | 47 | 0 | 25 | 326 | 70 | 64 |
| Binary | 111111 | 1111011 | 11001001 | 1000101 | 100111 | 0 | 10101 | 11010110 | 111000 | 110100 |
Color Harmonies of #3F7BC9
Complementary color
Monochromatic Colors of #3F7BC9
Black with #3F7BC9
Text Example
Text Example
White with #3F7BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7BC9; }
p { color: rgb(63,123,201); }
H1.HeaderClassName
{
color: #3F7BC9;
}
.AnyTagClassName
{
color: #3F7BC9;
}
</style>
background-color css
<style>
a { background-color: #3F7BC9; }
a { background-color: rgb(63,123,201); }
div.DivClassName
{
background-color: #3F7BC9;
}
.BgClassName
{
background-color: #3F7BC9;
}
</style>
border-color css
<style>
span { border-color: #3F7BC9; }
span { border-color: rgb(63,123,201); }
td.TdClassName
{
border-color: #3F7BC9;
}
.TagClassName
{
border-color: #3F7BC9;
}
</style>