Shades of Royal Blue #3F68CE
Tints of Royal Blue #3F68CE
RGB
CMYK
RGB Variations
Color information
#3F68CE (or 0x3F68CE) is known color: Royal Blue. HEX triplet: 3F, 68 and CE. RGB value is (63,104,206). Sum of RGB (Red+Green+Blue) = 63+104+206=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F68CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F68CE is #C09731. Grayscale: #666666. Windows color (decimal): -12621618 or 13527103. OLE color: 13527103.
HSL color Cylindrical-coordinate representation of color #3F68CE: hue angle of 222.8º 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 #3F68CE is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 104 | 206 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.19 |
| HSL | 222.8º | 0.59% | 0.53% | - |
| HSV(B) | 222.8º | 0.69% | 0.81% | - |
| XYZ | 18.14 | 15.41 | 60.41 | - |
| YUV | 103.37 | 185.92 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 206 | 0.69 | 0.50 | 0 | 0.19 | 222.8 | 0.59 | 0.53 |
| Hex | 3F | 68 | CE | 45 | 32 | 0 | 13 | DF | 3B | 35 |
| Octal | 77 | 150 | 316 | 105 | 62 | 0 | 23 | 337 | 73 | 65 |
| Binary | 111111 | 1101000 | 11001110 | 1000101 | 110010 | 0 | 10011 | 11011111 | 111011 | 110101 |
Color Harmonies of #3F68CE
Complementary color
Monochromatic Colors of #3F68CE
Black with #3F68CE
Text Example
Text Example
White with #3F68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F68CE; }
p { color: rgb(63,104,206); }
H1.HeaderClassName
{
color: #3F68CE;
}
.AnyTagClassName
{
color: #3F68CE;
}
</style>
background-color css
<style>
a { background-color: #3F68CE; }
a { background-color: rgb(63,104,206); }
div.DivClassName
{
background-color: #3F68CE;
}
.BgClassName
{
background-color: #3F68CE;
}
</style>
border-color css
<style>
span { border-color: #3F68CE; }
span { border-color: rgb(63,104,206); }
td.TdClassName
{
border-color: #3F68CE;
}
.TagClassName
{
border-color: #3F68CE;
}
</style>