Shades of Royal Blue #3972DA
Tints of Royal Blue #3972DA
RGB
CMYK
RGB Variations
Color information
#3972DA (or 0x3972DA) is known color: Royal Blue. HEX triplet: 39, 72 and DA. RGB value is (57,114,218). Sum of RGB (Red+Green+Blue) = 57+114+218=389 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.65% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #3972DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3972DA is #C68D25. Grayscale: #6C6C6C. Windows color (decimal): -13012262 or 14316089. OLE color: 14316089.
HSL color Cylindrical-coordinate representation of color #3972DA: hue angle of 218.76º 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 #3972DA is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 114 | 218 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.15 |
| HSL | 218.76º | 0.69% | 0.54% | - |
| HSV(B) | 218.76º | 0.74% | 0.85% | - |
| XYZ | 20.36 | 17.97 | 68.72 | - |
| YUV | 108.81 | 189.62 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 114 | 218 | 0.74 | 0.48 | 0 | 0.15 | 218.76 | 0.69 | 0.54 |
| Hex | 39 | 72 | DA | 4A | 30 | 0 | F | DB | 45 | 36 |
| Octal | 71 | 162 | 332 | 112 | 60 | 0 | 17 | 333 | 105 | 66 |
| Binary | 111001 | 1110010 | 11011010 | 1001010 | 110000 | 0 | 1111 | 11011011 | 1000101 | 110110 |
Color Harmonies of #3972DA
Complementary color
Monochromatic Colors of #3972DA
Black with #3972DA
Text Example
Text Example
White with #3972DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3972DA; }
p { color: rgb(57,114,218); }
H1.HeaderClassName
{
color: #3972DA;
}
.AnyTagClassName
{
color: #3972DA;
}
</style>
background-color css
<style>
a { background-color: #3972DA; }
a { background-color: rgb(57,114,218); }
div.DivClassName
{
background-color: #3972DA;
}
.BgClassName
{
background-color: #3972DA;
}
</style>
border-color css
<style>
span { border-color: #3972DA; }
span { border-color: rgb(57,114,218); }
td.TdClassName
{
border-color: #3972DA;
}
.TagClassName
{
border-color: #3972DA;
}
</style>