Shades of Curious Blue #3F7ACE
Tints of Curious Blue #3F7ACE
RGB
CMYK
RGB Variations
Color information
#3F7ACE (or 0x3F7ACE) is known color: Curious Blue. HEX triplet: 3F, 7A and CE. RGB value is (63,122,206). Sum of RGB (Red+Green+Blue) = 63+122+206=391 (51% of max value = 765). Red value is 63 (25% from 255 or 16.11% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F7ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7ACE is #C08531. Grayscale: #717171. Windows color (decimal): -12617010 or 13531711. OLE color: 13531711.
HSL color Cylindrical-coordinate representation of color #3F7ACE: hue angle of 215.24º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F7ACE is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 122 | 206 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.19 |
| HSL | 215.24º | 0.59% | 0.53% | - |
| HSV(B) | 215.24º | 0.69% | 0.81% | - |
| XYZ | 20.15 | 19.43 | 61.08 | - |
| YUV | 113.94 | 179.95 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 206 | 0.69 | 0.41 | 0 | 0.19 | 215.24 | 0.59 | 0.53 |
| Hex | 3F | 7A | CE | 45 | 29 | 0 | 13 | D7 | 3B | 35 |
| Octal | 77 | 172 | 316 | 105 | 51 | 0 | 23 | 327 | 73 | 65 |
| Binary | 111111 | 1111010 | 11001110 | 1000101 | 101001 | 0 | 10011 | 11010111 | 111011 | 110101 |
Color Harmonies of #3F7ACE
Complementary color
Monochromatic Colors of #3F7ACE
Black with #3F7ACE
Text Example
Text Example
White with #3F7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7ACE; }
p { color: rgb(63,122,206); }
H1.HeaderClassName
{
color: #3F7ACE;
}
.AnyTagClassName
{
color: #3F7ACE;
}
</style>
background-color css
<style>
a { background-color: #3F7ACE; }
a { background-color: rgb(63,122,206); }
div.DivClassName
{
background-color: #3F7ACE;
}
.BgClassName
{
background-color: #3F7ACE;
}
</style>
border-color css
<style>
span { border-color: #3F7ACE; }
span { border-color: rgb(63,122,206); }
td.TdClassName
{
border-color: #3F7ACE;
}
.TagClassName
{
border-color: #3F7ACE;
}
</style>