Shades of Royal Blue #3F65DB
Tints of Royal Blue #3F65DB
RGB
CMYK
RGB Variations
Color information
#3F65DB (or 0x3F65DB) is known color: Royal Blue. HEX triplet: 3F, 65 and DB. RGB value is (63,101,219). Sum of RGB (Red+Green+Blue) = 63+101+219=383 (50% of max value = 765). Red value is 63 (25% from 255 or 16.45% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F65DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F65DB is #C09A24. Grayscale: #666666. Windows color (decimal): -12622373 or 14378303. OLE color: 14378303.
HSL color Cylindrical-coordinate representation of color #3F65DB: hue angle of 225.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F65DB is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 101 | 219 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.14 |
| HSL | 225.38º | 0.68% | 0.55% | - |
| HSV(B) | 225.38º | 0.71% | 0.86% | - |
| XYZ | 19.49 | 15.48 | 68.98 | - |
| YUV | 103.09 | 193.41 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 219 | 0.71 | 0.54 | 0 | 0.14 | 225.38 | 0.68 | 0.55 |
| Hex | 3F | 65 | DB | 47 | 36 | 0 | E | E1 | 44 | 37 |
| Octal | 77 | 145 | 333 | 107 | 66 | 0 | 16 | 341 | 104 | 67 |
| Binary | 111111 | 1100101 | 11011011 | 1000111 | 110110 | 0 | 1110 | 11100001 | 1000100 | 110111 |
Color Harmonies of #3F65DB
Complementary color
Monochromatic Colors of #3F65DB
Black with #3F65DB
Text Example
Text Example
White with #3F65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F65DB; }
p { color: rgb(63,101,219); }
H1.HeaderClassName
{
color: #3F65DB;
}
.AnyTagClassName
{
color: #3F65DB;
}
</style>
background-color css
<style>
a { background-color: #3F65DB; }
a { background-color: rgb(63,101,219); }
div.DivClassName
{
background-color: #3F65DB;
}
.BgClassName
{
background-color: #3F65DB;
}
</style>
border-color css
<style>
span { border-color: #3F65DB; }
span { border-color: rgb(63,101,219); }
td.TdClassName
{
border-color: #3F65DB;
}
.TagClassName
{
border-color: #3F65DB;
}
</style>