Shades of Royal Blue #3F68CD
Tints of Royal Blue #3F68CD
RGB
CMYK
RGB Variations
Color information
#3F68CD (or 0x3F68CD) is known color: Royal Blue. HEX triplet: 3F, 68 and CD. RGB value is (63,104,205). Sum of RGB (Red+Green+Blue) = 63+104+205=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F68CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F68CD is #C09732. Grayscale: #666666. Windows color (decimal): -12621619 or 13461567. OLE color: 13461567.
HSL color Cylindrical-coordinate representation of color #3F68CD: hue angle of 222.68º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F68CD is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 104 | 205 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.20 |
| HSL | 222.68º | 0.59% | 0.53% | - |
| HSV(B) | 222.68º | 0.69% | 0.8% | - |
| XYZ | 18.02 | 15.37 | 59.77 | - |
| YUV | 103.26 | 185.42 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 205 | 0.69 | 0.49 | 0 | 0.20 | 222.68 | 0.59 | 0.53 |
| Hex | 3F | 68 | CD | 45 | 31 | 0 | 14 | DF | 3B | 35 |
| Octal | 77 | 150 | 315 | 105 | 61 | 0 | 24 | 337 | 73 | 65 |
| Binary | 111111 | 1101000 | 11001101 | 1000101 | 110001 | 0 | 10100 | 11011111 | 111011 | 110101 |
Color Harmonies of #3F68CD
Complementary color
Monochromatic Colors of #3F68CD
Black with #3F68CD
Text Example
Text Example
White with #3F68CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F68CD; }
p { color: rgb(63,104,205); }
H1.HeaderClassName
{
color: #3F68CD;
}
.AnyTagClassName
{
color: #3F68CD;
}
</style>
background-color css
<style>
a { background-color: #3F68CD; }
a { background-color: rgb(63,104,205); }
div.DivClassName
{
background-color: #3F68CD;
}
.BgClassName
{
background-color: #3F68CD;
}
</style>
border-color css
<style>
span { border-color: #3F68CD; }
span { border-color: rgb(63,104,205); }
td.TdClassName
{
border-color: #3F68CD;
}
.TagClassName
{
border-color: #3F68CD;
}
</style>