Shades of Curious Blue #3F7ECC
Tints of Curious Blue #3F7ECC
RGB
CMYK
RGB Variations
Color information
#3F7ECC (or 0x3F7ECC) is known color: Curious Blue. HEX triplet: 3F, 7E and CC. RGB value is (63,126,204). Sum of RGB (Red+Green+Blue) = 63+126+204=393 (52% of max value = 765). Red value is 63 (25% from 255 or 16.03% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F7ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7ECC is #C08133. Grayscale: #737373. Windows color (decimal): -12615988 or 13401663. OLE color: 13401663.
HSL color Cylindrical-coordinate representation of color #3F7ECC: hue angle of 213.19º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F7ECC is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 126 | 204 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.2 |
| HSL | 213.19º | 0.58% | 0.52% | - |
| HSV(B) | 213.19º | 0.69% | 0.8% | - |
| XYZ | 20.41 | 20.34 | 59.98 | - |
| YUV | 116.06 | 177.63 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 126 | 204 | 0.69 | 0.38 | 0 | 0.2 | 213.19 | 0.58 | 0.52 |
| Hex | 3F | 7E | CC | 45 | 26 | 0 | 14 | D5 | 3A | 34 |
| Octal | 77 | 176 | 314 | 105 | 46 | 0 | 24 | 325 | 72 | 64 |
| Binary | 111111 | 1111110 | 11001100 | 1000101 | 100110 | 0 | 10100 | 11010101 | 111010 | 110100 |
Color Harmonies of #3F7ECC
Complementary color
Monochromatic Colors of #3F7ECC
Black with #3F7ECC
Text Example
Text Example
White with #3F7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7ECC; }
p { color: rgb(63,126,204); }
H1.HeaderClassName
{
color: #3F7ECC;
}
.AnyTagClassName
{
color: #3F7ECC;
}
</style>
background-color css
<style>
a { background-color: #3F7ECC; }
a { background-color: rgb(63,126,204); }
div.DivClassName
{
background-color: #3F7ECC;
}
.BgClassName
{
background-color: #3F7ECC;
}
</style>
border-color css
<style>
span { border-color: #3F7ECC; }
span { border-color: rgb(63,126,204); }
td.TdClassName
{
border-color: #3F7ECC;
}
.TagClassName
{
border-color: #3F7ECC;
}
</style>