Shades of Royal Blue #3F75DA
Tints of Royal Blue #3F75DA
RGB
CMYK
RGB Variations
Color information
#3F75DA (or 0x3F75DA) is known color: Royal Blue. HEX triplet: 3F, 75 and DA. RGB value is (63,117,218). Sum of RGB (Red+Green+Blue) = 63+117+218=398 (52% of max value = 765). Red value is 63 (25% from 255 or 15.83% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F75DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F75DA is #C08A25. Grayscale: #6F6F6F. Windows color (decimal): -12618278 or 14316863. OLE color: 14316863.
HSL color Cylindrical-coordinate representation of color #3F75DA: hue angle of 219.1º 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 #3F75DA is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 117 | 218 | - |
| CMYK | 0.71 | 0.46 | 0 | 0.15 |
| HSL | 219.1º | 0.68% | 0.55% | - |
| HSV(B) | 219.1º | 0.71% | 0.85% | - |
| XYZ | 21.07 | 18.84 | 68.86 | - |
| YUV | 112.37 | 187.61 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 218 | 0.71 | 0.46 | 0 | 0.15 | 219.1 | 0.68 | 0.55 |
| Hex | 3F | 75 | DA | 47 | 2E | 0 | F | DB | 44 | 37 |
| Octal | 77 | 165 | 332 | 107 | 56 | 0 | 17 | 333 | 104 | 67 |
| Binary | 111111 | 1110101 | 11011010 | 1000111 | 101110 | 0 | 1111 | 11011011 | 1000100 | 110111 |
Color Harmonies of #3F75DA
Complementary color
Monochromatic Colors of #3F75DA
Black with #3F75DA
Text Example
Text Example
White with #3F75DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F75DA; }
p { color: rgb(63,117,218); }
H1.HeaderClassName
{
color: #3F75DA;
}
.AnyTagClassName
{
color: #3F75DA;
}
</style>
background-color css
<style>
a { background-color: #3F75DA; }
a { background-color: rgb(63,117,218); }
div.DivClassName
{
background-color: #3F75DA;
}
.BgClassName
{
background-color: #3F75DA;
}
</style>
border-color css
<style>
span { border-color: #3F75DA; }
span { border-color: rgb(63,117,218); }
td.TdClassName
{
border-color: #3F75DA;
}
.TagClassName
{
border-color: #3F75DA;
}
</style>