Shades of Curious Blue #3F7EC2
Tints of Curious Blue #3F7EC2
RGB
CMYK
RGB Variations
Color information
#3F7EC2 (or 0x3F7EC2) is known color: Curious Blue. HEX triplet: 3F, 7E and C2. RGB value is (63,126,194). Sum of RGB (Red+Green+Blue) = 63+126+194=383 (50% of max value = 765). Red value is 63 (25% from 255 or 16.45% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 194 (76.17% from 255 or 50.65% from 383); Max value from RGB is 194 - color contains mainly: blue. Hex color #3F7EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7EC2 is #C0813D. Grayscale: #727272. Windows color (decimal): -12615998 or 12746303. OLE color: 12746303.
HSL color Cylindrical-coordinate representation of color #3F7EC2: hue angle of 211.15º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F7EC2 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 126 | 194 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.24 |
| HSL | 211.15º | 0.52% | 0.5% | - |
| HSV(B) | 211.15º | 0.68% | 0.76% | - |
| XYZ | 19.25 | 19.87 | 53.86 | - |
| YUV | 114.92 | 172.63 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 126 | 194 | 0.68 | 0.35 | 0 | 0.24 | 211.15 | 0.52 | 0.5 |
| Hex | 3F | 7E | C2 | 44 | 23 | 0 | 18 | D3 | 34 | 32 |
| Octal | 77 | 176 | 302 | 104 | 43 | 0 | 30 | 323 | 64 | 62 |
| Binary | 111111 | 1111110 | 11000010 | 1000100 | 100011 | 0 | 11000 | 11010011 | 110100 | 110010 |
Color Harmonies of #3F7EC2
Complementary color
Monochromatic Colors of #3F7EC2
Black with #3F7EC2
Text Example
Text Example
White with #3F7EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7EC2; }
p { color: rgb(63,126,194); }
H1.HeaderClassName
{
color: #3F7EC2;
}
.AnyTagClassName
{
color: #3F7EC2;
}
</style>
background-color css
<style>
a { background-color: #3F7EC2; }
a { background-color: rgb(63,126,194); }
div.DivClassName
{
background-color: #3F7EC2;
}
.BgClassName
{
background-color: #3F7EC2;
}
</style>
border-color css
<style>
span { border-color: #3F7EC2; }
span { border-color: rgb(63,126,194); }
td.TdClassName
{
border-color: #3F7EC2;
}
.TagClassName
{
border-color: #3F7EC2;
}
</style>