Shades of Royal Blue #3981DA
Tints of Royal Blue #3981DA
RGB
CMYK
RGB Variations
Color information
#3981DA (or 0x3981DA) is known color: Royal Blue. HEX triplet: 39, 81 and DA. RGB value is (57,129,218). Sum of RGB (Red+Green+Blue) = 57+129+218=404 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.11% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #3981DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3981DA is #C67E25. Grayscale: #757575. Windows color (decimal): -13008422 or 14319929. OLE color: 14319929.
HSL color Cylindrical-coordinate representation of color #3981DA: hue angle of 213.17º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3981DA is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 129 | 218 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.15 |
| HSL | 213.17º | 0.69% | 0.54% | - |
| HSV(B) | 213.17º | 0.74% | 0.85% | - |
| XYZ | 22.19 | 21.63 | 69.34 | - |
| YUV | 117.62 | 184.65 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 129 | 218 | 0.74 | 0.41 | 0 | 0.15 | 213.17 | 0.69 | 0.54 |
| Hex | 39 | 81 | DA | 4A | 29 | 0 | F | D5 | 45 | 36 |
| Octal | 71 | 201 | 332 | 112 | 51 | 0 | 17 | 325 | 105 | 66 |
| Binary | 111001 | 10000001 | 11011010 | 1001010 | 101001 | 0 | 1111 | 11010101 | 1000101 | 110110 |
Color Harmonies of #3981DA
Complementary color
Monochromatic Colors of #3981DA
Black with #3981DA
Text Example
Text Example
White with #3981DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3981DA; }
p { color: rgb(57,129,218); }
H1.HeaderClassName
{
color: #3981DA;
}
.AnyTagClassName
{
color: #3981DA;
}
</style>
background-color css
<style>
a { background-color: #3981DA; }
a { background-color: rgb(57,129,218); }
div.DivClassName
{
background-color: #3981DA;
}
.BgClassName
{
background-color: #3981DA;
}
</style>
border-color css
<style>
span { border-color: #3981DA; }
span { border-color: rgb(57,129,218); }
td.TdClassName
{
border-color: #3981DA;
}
.TagClassName
{
border-color: #3981DA;
}
</style>