Shades of Royal Blue #3858D9
Tints of Royal Blue #3858D9
RGB
CMYK
RGB Variations
Color information
#3858D9 (or 0x3858D9) is known color: Royal Blue. HEX triplet: 38, 58 and D9. RGB value is (56,88,217). Sum of RGB (Red+Green+Blue) = 56+88+217=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 217 (85.16% from 255 or 60.11% from 361); Max value from RGB is 217 - color contains mainly: blue. Hex color #3858D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3858D9 is #C7A726. Grayscale: #5C5C5C. Windows color (decimal): -13084455 or 14243896. OLE color: 14243896.
HSL color Cylindrical-coordinate representation of color #3858D9: hue angle of 228.07º degrees, saturation: 0.68, 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 #3858D9 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 88 | 217 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.15 |
| HSL | 228.07º | 0.68% | 0.54% | - |
| HSV(B) | 228.07º | 0.74% | 0.85% | - |
| XYZ | 17.64 | 12.83 | 67.19 | - |
| YUV | 93.14 | 197.9 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 88 | 217 | 0.74 | 0.59 | 0 | 0.15 | 228.07 | 0.68 | 0.54 |
| Hex | 38 | 58 | D9 | 4A | 3B | 0 | F | E4 | 44 | 36 |
| Octal | 70 | 130 | 331 | 112 | 73 | 0 | 17 | 344 | 104 | 66 |
| Binary | 111000 | 1011000 | 11011001 | 1001010 | 111011 | 0 | 1111 | 11100100 | 1000100 | 110110 |
Color Harmonies of #3858D9
Complementary color
Monochromatic Colors of #3858D9
Black with #3858D9
Text Example
Text Example
White with #3858D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3858D9; }
p { color: rgb(56,88,217); }
H1.HeaderClassName
{
color: #3858D9;
}
.AnyTagClassName
{
color: #3858D9;
}
</style>
background-color css
<style>
a { background-color: #3858D9; }
a { background-color: rgb(56,88,217); }
div.DivClassName
{
background-color: #3858D9;
}
.BgClassName
{
background-color: #3858D9;
}
</style>
border-color css
<style>
span { border-color: #3858D9; }
span { border-color: rgb(56,88,217); }
td.TdClassName
{
border-color: #3858D9;
}
.TagClassName
{
border-color: #3858D9;
}
</style>