Shades of Royal Blue #3858DD
Tints of Royal Blue #3858DD
RGB
CMYK
RGB Variations
Color information
#3858DD (or 0x3858DD) is known color: Royal Blue. HEX triplet: 38, 58 and DD. RGB value is (56,88,221). Sum of RGB (Red+Green+Blue) = 56+88+221=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #3858DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3858DD is #C7A722. Grayscale: #5D5D5D. Windows color (decimal): -13084451 or 14506040. OLE color: 14506040.
HSL color Cylindrical-coordinate representation of color #3858DD: hue angle of 228.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3858DD is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 88 | 221 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.13 |
| HSL | 228.36º | 0.71% | 0.54% | - |
| HSV(B) | 228.36º | 0.75% | 0.87% | - |
| XYZ | 18.17 | 13.04 | 69.97 | - |
| YUV | 93.59 | 199.9 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 88 | 221 | 0.75 | 0.60 | 0 | 0.13 | 228.36 | 0.71 | 0.54 |
| Hex | 38 | 58 | DD | 4B | 3C | 0 | D | E4 | 47 | 36 |
| Octal | 70 | 130 | 335 | 113 | 74 | 0 | 15 | 344 | 107 | 66 |
| Binary | 111000 | 1011000 | 11011101 | 1001011 | 111100 | 0 | 1101 | 11100100 | 1000111 | 110110 |
Color Harmonies of #3858DD
Complementary color
Monochromatic Colors of #3858DD
Black with #3858DD
Text Example
Text Example
White with #3858DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3858DD; }
p { color: rgb(56,88,221); }
H1.HeaderClassName
{
color: #3858DD;
}
.AnyTagClassName
{
color: #3858DD;
}
</style>
background-color css
<style>
a { background-color: #3858DD; }
a { background-color: rgb(56,88,221); }
div.DivClassName
{
background-color: #3858DD;
}
.BgClassName
{
background-color: #3858DD;
}
</style>
border-color css
<style>
span { border-color: #3858DD; }
span { border-color: rgb(56,88,221); }
td.TdClassName
{
border-color: #3858DD;
}
.TagClassName
{
border-color: #3858DD;
}
</style>