Shades of Royal Blue #3F64DD
Tints of Royal Blue #3F64DD
RGB
CMYK
RGB Variations
Color information
#3F64DD (or 0x3F64DD) is known color: Royal Blue. HEX triplet: 3F, 64 and DD. RGB value is (63,100,221). Sum of RGB (Red+Green+Blue) = 63+100+221=384 (50% of max value = 765). Red value is 63 (25% from 255 or 16.41% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F64DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F64DD is #C09B22. Grayscale: #666666. Windows color (decimal): -12622627 or 14509119. OLE color: 14509119.
HSL color Cylindrical-coordinate representation of color #3F64DD: hue angle of 225.95º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F64DD is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 100 | 221 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.13 |
| HSL | 225.95º | 0.7% | 0.56% | - |
| HSV(B) | 225.95º | 0.71% | 0.87% | - |
| XYZ | 19.66 | 15.39 | 70.34 | - |
| YUV | 102.73 | 194.74 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 100 | 221 | 0.71 | 0.55 | 0 | 0.13 | 225.95 | 0.7 | 0.56 |
| Hex | 3F | 64 | DD | 47 | 37 | 0 | D | E2 | 46 | 38 |
| Octal | 77 | 144 | 335 | 107 | 67 | 0 | 15 | 342 | 106 | 70 |
| Binary | 111111 | 1100100 | 11011101 | 1000111 | 110111 | 0 | 1101 | 11100010 | 1000110 | 111000 |
Color Harmonies of #3F64DD
Complementary color
Monochromatic Colors of #3F64DD
Black with #3F64DD
Text Example
Text Example
White with #3F64DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F64DD; }
p { color: rgb(63,100,221); }
H1.HeaderClassName
{
color: #3F64DD;
}
.AnyTagClassName
{
color: #3F64DD;
}
</style>
background-color css
<style>
a { background-color: #3F64DD; }
a { background-color: rgb(63,100,221); }
div.DivClassName
{
background-color: #3F64DD;
}
.BgClassName
{
background-color: #3F64DD;
}
</style>
border-color css
<style>
span { border-color: #3F64DD; }
span { border-color: rgb(63,100,221); }
td.TdClassName
{
border-color: #3F64DD;
}
.TagClassName
{
border-color: #3F64DD;
}
</style>