Shades of Royal Blue #3862D0
Tints of Royal Blue #3862D0
RGB
CMYK
RGB Variations
Color information
#3862D0 (or 0x3862D0) is known color: Royal Blue. HEX triplet: 38, 62 and D0. RGB value is (56,98,208). Sum of RGB (Red+Green+Blue) = 56+98+208=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 208 (81.64% from 255 or 57.46% from 362); Max value from RGB is 208 - color contains mainly: blue. Hex color #3862D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3862D0 is #C79D2F. Grayscale: #616161. Windows color (decimal): -13081904 or 13656632. OLE color: 13656632.
HSL color Cylindrical-coordinate representation of color #3862D0: hue angle of 223.42º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3862D0 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 98 | 208 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.18 |
| HSL | 223.42º | 0.62% | 0.52% | - |
| HSV(B) | 223.42º | 0.73% | 0.82% | - |
| XYZ | 17.38 | 14.13 | 61.49 | - |
| YUV | 97.98 | 190.09 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 98 | 208 | 0.73 | 0.53 | 0 | 0.18 | 223.42 | 0.62 | 0.52 |
| Hex | 38 | 62 | D0 | 49 | 35 | 0 | 12 | DF | 3E | 34 |
| Octal | 70 | 142 | 320 | 111 | 65 | 0 | 22 | 337 | 76 | 64 |
| Binary | 111000 | 1100010 | 11010000 | 1001001 | 110101 | 0 | 10010 | 11011111 | 111110 | 110100 |
Color Harmonies of #3862D0
Complementary color
Monochromatic Colors of #3862D0
Black with #3862D0
Text Example
Text Example
White with #3862D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3862D0; }
p { color: rgb(56,98,208); }
H1.HeaderClassName
{
color: #3862D0;
}
.AnyTagClassName
{
color: #3862D0;
}
</style>
background-color css
<style>
a { background-color: #3862D0; }
a { background-color: rgb(56,98,208); }
div.DivClassName
{
background-color: #3862D0;
}
.BgClassName
{
background-color: #3862D0;
}
</style>
border-color css
<style>
span { border-color: #3862D0; }
span { border-color: rgb(56,98,208); }
td.TdClassName
{
border-color: #3862D0;
}
.TagClassName
{
border-color: #3862D0;
}
</style>