Shades of Royal Blue #3F67CD
Tints of Royal Blue #3F67CD
RGB
CMYK
RGB Variations
Color information
#3F67CD (or 0x3F67CD) is known color: Royal Blue. HEX triplet: 3F, 67 and CD. RGB value is (63,103,205). Sum of RGB (Red+Green+Blue) = 63+103+205=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F67CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F67CD is #C09832. Grayscale: #666666. Windows color (decimal): -12621875 or 13461311. OLE color: 13461311.
HSL color Cylindrical-coordinate representation of color #3F67CD: hue angle of 223.1º 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 #3F67CD is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 103 | 205 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.20 |
| HSL | 223.1º | 0.59% | 0.53% | - |
| HSV(B) | 223.1º | 0.69% | 0.8% | - |
| XYZ | 17.92 | 15.17 | 59.74 | - |
| YUV | 102.67 | 185.75 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 205 | 0.69 | 0.50 | 0 | 0.20 | 223.1 | 0.59 | 0.53 |
| Hex | 3F | 67 | CD | 45 | 32 | 0 | 14 | DF | 3B | 35 |
| Octal | 77 | 147 | 315 | 105 | 62 | 0 | 24 | 337 | 73 | 65 |
| Binary | 111111 | 1100111 | 11001101 | 1000101 | 110010 | 0 | 10100 | 11011111 | 111011 | 110101 |
Color Harmonies of #3F67CD
Complementary color
Monochromatic Colors of #3F67CD
Black with #3F67CD
Text Example
Text Example
White with #3F67CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F67CD; }
p { color: rgb(63,103,205); }
H1.HeaderClassName
{
color: #3F67CD;
}
.AnyTagClassName
{
color: #3F67CD;
}
</style>
background-color css
<style>
a { background-color: #3F67CD; }
a { background-color: rgb(63,103,205); }
div.DivClassName
{
background-color: #3F67CD;
}
.BgClassName
{
background-color: #3F67CD;
}
</style>
border-color css
<style>
span { border-color: #3F67CD; }
span { border-color: rgb(63,103,205); }
td.TdClassName
{
border-color: #3F67CD;
}
.TagClassName
{
border-color: #3F67CD;
}
</style>