Shades of Royal Blue #3858DB
Tints of Royal Blue #3858DB
RGB
CMYK
RGB Variations
Color information
#3858DB (or 0x3858DB) is known color: Royal Blue. HEX triplet: 38, 58 and DB. RGB value is (56,88,219). Sum of RGB (Red+Green+Blue) = 56+88+219=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #3858DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3858DB is #C7A724. Grayscale: #5C5C5C. Windows color (decimal): -13084453 or 14374968. OLE color: 14374968.
HSL color Cylindrical-coordinate representation of color #3858DB: hue angle of 228.22º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3858DB is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 88 | 219 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.14 |
| HSL | 228.22º | 0.69% | 0.54% | - |
| HSV(B) | 228.22º | 0.74% | 0.86% | - |
| XYZ | 17.91 | 12.93 | 68.57 | - |
| YUV | 93.37 | 198.9 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 88 | 219 | 0.74 | 0.60 | 0 | 0.14 | 228.22 | 0.69 | 0.54 |
| Hex | 38 | 58 | DB | 4A | 3C | 0 | E | E4 | 45 | 36 |
| Octal | 70 | 130 | 333 | 112 | 74 | 0 | 16 | 344 | 105 | 66 |
| Binary | 111000 | 1011000 | 11011011 | 1001010 | 111100 | 0 | 1110 | 11100100 | 1000101 | 110110 |
Color Harmonies of #3858DB
Complementary color
Monochromatic Colors of #3858DB
Black with #3858DB
Text Example
Text Example
White with #3858DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3858DB; }
p { color: rgb(56,88,219); }
H1.HeaderClassName
{
color: #3858DB;
}
.AnyTagClassName
{
color: #3858DB;
}
</style>
background-color css
<style>
a { background-color: #3858DB; }
a { background-color: rgb(56,88,219); }
div.DivClassName
{
background-color: #3858DB;
}
.BgClassName
{
background-color: #3858DB;
}
</style>
border-color css
<style>
span { border-color: #3858DB; }
span { border-color: rgb(56,88,219); }
td.TdClassName
{
border-color: #3858DB;
}
.TagClassName
{
border-color: #3858DB;
}
</style>