Shades of Royal Blue #3F58DA
Tints of Royal Blue #3F58DA
RGB
CMYK
RGB Variations
Color information
#3F58DA (or 0x3F58DA) is known color: Royal Blue. HEX triplet: 3F, 58 and DA. RGB value is (63,88,218). Sum of RGB (Red+Green+Blue) = 63+88+218=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F58DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F58DA is #C0A725. Grayscale: #5E5E5E. Windows color (decimal): -12625702 or 14309439. OLE color: 14309439.
HSL color Cylindrical-coordinate representation of color #3F58DA: hue angle of 230.32º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F58DA is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 88 | 218 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.15 |
| HSL | 230.32º | 0.68% | 0.55% | - |
| HSV(B) | 230.32º | 0.71% | 0.85% | - |
| XYZ | 18.19 | 13.1 | 67.9 | - |
| YUV | 95.35 | 197.22 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 88 | 218 | 0.71 | 0.60 | 0 | 0.15 | 230.32 | 0.68 | 0.55 |
| Hex | 3F | 58 | DA | 47 | 3C | 0 | F | E6 | 44 | 37 |
| Octal | 77 | 130 | 332 | 107 | 74 | 0 | 17 | 346 | 104 | 67 |
| Binary | 111111 | 1011000 | 11011010 | 1000111 | 111100 | 0 | 1111 | 11100110 | 1000100 | 110111 |
Color Harmonies of #3F58DA
Complementary color
Monochromatic Colors of #3F58DA
Black with #3F58DA
Text Example
Text Example
White with #3F58DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F58DA; }
p { color: rgb(63,88,218); }
H1.HeaderClassName
{
color: #3F58DA;
}
.AnyTagClassName
{
color: #3F58DA;
}
</style>
background-color css
<style>
a { background-color: #3F58DA; }
a { background-color: rgb(63,88,218); }
div.DivClassName
{
background-color: #3F58DA;
}
.BgClassName
{
background-color: #3F58DA;
}
</style>
border-color css
<style>
span { border-color: #3F58DA; }
span { border-color: rgb(63,88,218); }
td.TdClassName
{
border-color: #3F58DA;
}
.TagClassName
{
border-color: #3F58DA;
}
</style>