Shades of Curious Blue #3F7EC3
Tints of Curious Blue #3F7EC3
RGB
CMYK
RGB Variations
Color information
#3F7EC3 (or 0x3F7EC3) is known color: Curious Blue. HEX triplet: 3F, 7E and C3. RGB value is (63,126,195). Sum of RGB (Red+Green+Blue) = 63+126+195=384 (50% of max value = 765). Red value is 63 (25% from 255 or 16.41% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 195 (76.56% from 255 or 50.78% from 384); Max value from RGB is 195 - color contains mainly: blue. Hex color #3F7EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7EC3 is #C0813C. Grayscale: #727272. Windows color (decimal): -12615997 or 12811839. OLE color: 12811839.
HSL color Cylindrical-coordinate representation of color #3F7EC3: hue angle of 211.36º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F7EC3 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 126 | 195 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.24 |
| HSL | 211.36º | 0.52% | 0.51% | - |
| HSV(B) | 211.36º | 0.68% | 0.76% | - |
| XYZ | 19.36 | 19.92 | 54.45 | - |
| YUV | 115.03 | 173.13 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 126 | 195 | 0.68 | 0.35 | 0 | 0.24 | 211.36 | 0.52 | 0.51 |
| Hex | 3F | 7E | C3 | 44 | 23 | 0 | 18 | D3 | 34 | 33 |
| Octal | 77 | 176 | 303 | 104 | 43 | 0 | 30 | 323 | 64 | 63 |
| Binary | 111111 | 1111110 | 11000011 | 1000100 | 100011 | 0 | 11000 | 11010011 | 110100 | 110011 |
Color Harmonies of #3F7EC3
Complementary color
Monochromatic Colors of #3F7EC3
Black with #3F7EC3
Text Example
Text Example
White with #3F7EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7EC3; }
p { color: rgb(63,126,195); }
H1.HeaderClassName
{
color: #3F7EC3;
}
.AnyTagClassName
{
color: #3F7EC3;
}
</style>
background-color css
<style>
a { background-color: #3F7EC3; }
a { background-color: rgb(63,126,195); }
div.DivClassName
{
background-color: #3F7EC3;
}
.BgClassName
{
background-color: #3F7EC3;
}
</style>
border-color css
<style>
span { border-color: #3F7EC3; }
span { border-color: rgb(63,126,195); }
td.TdClassName
{
border-color: #3F7EC3;
}
.TagClassName
{
border-color: #3F7EC3;
}
</style>