Shades of Royal Blue #3862DA
Tints of Royal Blue #3862DA
RGB
CMYK
RGB Variations
Color information
#3862DA (or 0x3862DA) is known color: Royal Blue. HEX triplet: 38, 62 and DA. RGB value is (56,98,218). Sum of RGB (Red+Green+Blue) = 56+98+218=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #3862DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3862DA is #C79D25. Grayscale: #626262. Windows color (decimal): -13081894 or 14311992. OLE color: 14311992.
HSL color Cylindrical-coordinate representation of color #3862DA: hue angle of 224.44º 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 #3862DA is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 98 | 218 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.15 |
| HSL | 224.44º | 0.69% | 0.54% | - |
| HSV(B) | 224.44º | 0.74% | 0.85% | - |
| XYZ | 18.65 | 14.64 | 68.17 | - |
| YUV | 99.12 | 195.09 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 98 | 218 | 0.74 | 0.55 | 0 | 0.15 | 224.44 | 0.69 | 0.54 |
| Hex | 38 | 62 | DA | 4A | 37 | 0 | F | E0 | 45 | 36 |
| Octal | 70 | 142 | 332 | 112 | 67 | 0 | 17 | 340 | 105 | 66 |
| Binary | 111000 | 1100010 | 11011010 | 1001010 | 110111 | 0 | 1111 | 11100000 | 1000101 | 110110 |
Color Harmonies of #3862DA
Complementary color
Monochromatic Colors of #3862DA
Black with #3862DA
Text Example
Text Example
White with #3862DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3862DA; }
p { color: rgb(56,98,218); }
H1.HeaderClassName
{
color: #3862DA;
}
.AnyTagClassName
{
color: #3862DA;
}
</style>
background-color css
<style>
a { background-color: #3862DA; }
a { background-color: rgb(56,98,218); }
div.DivClassName
{
background-color: #3862DA;
}
.BgClassName
{
background-color: #3862DA;
}
</style>
border-color css
<style>
span { border-color: #3862DA; }
span { border-color: rgb(56,98,218); }
td.TdClassName
{
border-color: #3862DA;
}
.TagClassName
{
border-color: #3862DA;
}
</style>