Shades of Royal Blue #3972D8
Tints of Royal Blue #3972D8
RGB
CMYK
RGB Variations
Color information
#3972D8 (or 0x3972D8) is known color: Royal Blue. HEX triplet: 39, 72 and D8. RGB value is (57,114,216). Sum of RGB (Red+Green+Blue) = 57+114+216=387 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.73% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 216 (84.77% from 255 or 55.81% from 387); Max value from RGB is 216 - color contains mainly: blue. Hex color #3972D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3972D8 is #C68D27. Grayscale: #6C6C6C. Windows color (decimal): -13012264 or 14185017. OLE color: 14185017.
HSL color Cylindrical-coordinate representation of color #3972D8: hue angle of 218.49º degrees, saturation: 0.67, 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 #3972D8 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 114 | 216 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.15 |
| HSL | 218.49º | 0.67% | 0.54% | - |
| HSV(B) | 218.49º | 0.74% | 0.85% | - |
| XYZ | 20.1 | 17.86 | 67.35 | - |
| YUV | 108.59 | 188.62 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 114 | 216 | 0.74 | 0.47 | 0 | 0.15 | 218.49 | 0.67 | 0.54 |
| Hex | 39 | 72 | D8 | 4A | 2F | 0 | F | DA | 43 | 36 |
| Octal | 71 | 162 | 330 | 112 | 57 | 0 | 17 | 332 | 103 | 66 |
| Binary | 111001 | 1110010 | 11011000 | 1001010 | 101111 | 0 | 1111 | 11011010 | 1000011 | 110110 |
Color Harmonies of #3972D8
Complementary color
Monochromatic Colors of #3972D8
Black with #3972D8
Text Example
Text Example
White with #3972D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3972D8; }
p { color: rgb(57,114,216); }
H1.HeaderClassName
{
color: #3972D8;
}
.AnyTagClassName
{
color: #3972D8;
}
</style>
background-color css
<style>
a { background-color: #3972D8; }
a { background-color: rgb(57,114,216); }
div.DivClassName
{
background-color: #3972D8;
}
.BgClassName
{
background-color: #3972D8;
}
</style>
border-color css
<style>
span { border-color: #3972D8; }
span { border-color: rgb(57,114,216); }
td.TdClassName
{
border-color: #3972D8;
}
.TagClassName
{
border-color: #3972D8;
}
</style>