Shades of Royal Blue #3758DB
Tints of Royal Blue #3758DB
RGB
CMYK
RGB Variations
Color information
#3758DB (or 0x3758DB) is known color: Royal Blue. HEX triplet: 37, 58 and DB. RGB value is (55,88,219). Sum of RGB (Red+Green+Blue) = 55+88+219=362 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.19% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #3758DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3758DB is #C8A724. Grayscale: #5C5C5C. Windows color (decimal): -13149989 or 14374967. OLE color: 14374967.
HSL color Cylindrical-coordinate representation of color #3758DB: hue angle of 227.93º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3758DB is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 88 | 219 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.14 |
| HSL | 227.93º | 0.69% | 0.54% | - |
| HSV(B) | 227.93º | 0.75% | 0.86% | - |
| XYZ | 17.85 | 12.91 | 68.57 | - |
| YUV | 93.07 | 199.07 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 88 | 219 | 0.75 | 0.60 | 0 | 0.14 | 227.93 | 0.69 | 0.54 |
| Hex | 37 | 58 | DB | 4B | 3C | 0 | E | E4 | 45 | 36 |
| Octal | 67 | 130 | 333 | 113 | 74 | 0 | 16 | 344 | 105 | 66 |
| Binary | 110111 | 1011000 | 11011011 | 1001011 | 111100 | 0 | 1110 | 11100100 | 1000101 | 110110 |
Color Harmonies of #3758DB
Complementary color
Monochromatic Colors of #3758DB
Black with #3758DB
Text Example
Text Example
White with #3758DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3758DB; }
p { color: rgb(55,88,219); }
H1.HeaderClassName
{
color: #3758DB;
}
.AnyTagClassName
{
color: #3758DB;
}
</style>
background-color css
<style>
a { background-color: #3758DB; }
a { background-color: rgb(55,88,219); }
div.DivClassName
{
background-color: #3758DB;
}
.BgClassName
{
background-color: #3758DB;
}
</style>
border-color css
<style>
span { border-color: #3758DB; }
span { border-color: rgb(55,88,219); }
td.TdClassName
{
border-color: #3758DB;
}
.TagClassName
{
border-color: #3758DB;
}
</style>