Shades of Royal Blue #3758DC
Tints of Royal Blue #3758DC
RGB
CMYK
RGB Variations
Color information
#3758DC (or 0x3758DC) is known color: Royal Blue. HEX triplet: 37, 58 and DC. RGB value is (55,88,220). Sum of RGB (Red+Green+Blue) = 55+88+220=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #3758DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3758DC is #C8A723. Grayscale: #5C5C5C. Windows color (decimal): -13149988 or 14440503. OLE color: 14440503.
HSL color Cylindrical-coordinate representation of color #3758DC: hue angle of 228º degrees, saturation: 0.7, 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 #3758DC is Cyan = 0.75, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 88 | 220 | - |
| CMYK | 0.75 | 0.6 | 0 | 0.14 |
| HSL | 228º | 0.7% | 0.54% | - |
| HSV(B) | 228º | 0.75% | 0.86% | - |
| XYZ | 17.98 | 12.96 | 69.26 | - |
| YUV | 93.18 | 199.57 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 88 | 220 | 0.75 | 0.6 | 0 | 0.14 | 228 | 0.7 | 0.54 |
| Hex | 37 | 58 | DC | 4B | 3C | 0 | E | E4 | 46 | 36 |
| Octal | 67 | 130 | 334 | 113 | 74 | 0 | 16 | 344 | 106 | 66 |
| Binary | 110111 | 1011000 | 11011100 | 1001011 | 111100 | 0 | 1110 | 11100100 | 1000110 | 110110 |
Color Harmonies of #3758DC
Complementary color
Monochromatic Colors of #3758DC
Black with #3758DC
Text Example
Text Example
White with #3758DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3758DC; }
p { color: rgb(55,88,220); }
H1.HeaderClassName
{
color: #3758DC;
}
.AnyTagClassName
{
color: #3758DC;
}
</style>
background-color css
<style>
a { background-color: #3758DC; }
a { background-color: rgb(55,88,220); }
div.DivClassName
{
background-color: #3758DC;
}
.BgClassName
{
background-color: #3758DC;
}
</style>
border-color css
<style>
span { border-color: #3758DC; }
span { border-color: rgb(55,88,220); }
td.TdClassName
{
border-color: #3758DC;
}
.TagClassName
{
border-color: #3758DC;
}
</style>