Shades of Royal Blue #3F74CD
Tints of Royal Blue #3F74CD
RGB
CMYK
RGB Variations
Color information
#3F74CD (or 0x3F74CD) is known color: Royal Blue. HEX triplet: 3F, 74 and CD. RGB value is (63,116,205). Sum of RGB (Red+Green+Blue) = 63+116+205=384 (50% of max value = 765). Red value is 63 (25% from 255 or 16.41% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F74CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F74CD is #C08B32. Grayscale: #6D6D6D. Windows color (decimal): -12618547 or 13464639. OLE color: 13464639.
HSL color Cylindrical-coordinate representation of color #3F74CD: hue angle of 217.61º 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 #3F74CD is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 116 | 205 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.20 |
| HSL | 217.61º | 0.59% | 0.53% | - |
| HSV(B) | 217.61º | 0.69% | 0.8% | - |
| XYZ | 19.31 | 17.96 | 60.21 | - |
| YUV | 110.3 | 181.44 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 116 | 205 | 0.69 | 0.43 | 0 | 0.20 | 217.61 | 0.59 | 0.53 |
| Hex | 3F | 74 | CD | 45 | 2B | 0 | 14 | DA | 3B | 35 |
| Octal | 77 | 164 | 315 | 105 | 53 | 0 | 24 | 332 | 73 | 65 |
| Binary | 111111 | 1110100 | 11001101 | 1000101 | 101011 | 0 | 10100 | 11011010 | 111011 | 110101 |
Color Harmonies of #3F74CD
Complementary color
Monochromatic Colors of #3F74CD
Black with #3F74CD
Text Example
Text Example
White with #3F74CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F74CD; }
p { color: rgb(63,116,205); }
H1.HeaderClassName
{
color: #3F74CD;
}
.AnyTagClassName
{
color: #3F74CD;
}
</style>
background-color css
<style>
a { background-color: #3F74CD; }
a { background-color: rgb(63,116,205); }
div.DivClassName
{
background-color: #3F74CD;
}
.BgClassName
{
background-color: #3F74CD;
}
</style>
border-color css
<style>
span { border-color: #3F74CD; }
span { border-color: rgb(63,116,205); }
td.TdClassName
{
border-color: #3F74CD;
}
.TagClassName
{
border-color: #3F74CD;
}
</style>