Shades of Royal Blue #3758F6
Tints of Royal Blue #3758F6
RGB
CMYK
RGB Variations
Color information
#3758F6 (or 0x3758F6) is known color: Royal Blue. HEX triplet: 37, 58 and F6. RGB value is (55,88,246). Sum of RGB (Red+Green+Blue) = 55+88+246=389 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.14% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 246 (96.48% from 255 or 63.24% from 389); Max value from RGB is 246 - color contains mainly: blue. Hex color #3758F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3758F6 is #C8A709. Grayscale: #5F5F5F. Windows color (decimal): -13149962 or 16144439. OLE color: 16144439.
HSL color Cylindrical-coordinate representation of color #3758F6: hue angle of 229.63º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3758F6 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 88 | 246 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.04 |
| HSL | 229.63º | 0.91% | 0.59% | - |
| HSV(B) | 229.63º | 0.78% | 0.96% | - |
| XYZ | 21.7 | 14.45 | 88.83 | - |
| YUV | 96.15 | 212.57 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 88 | 246 | 0.78 | 0.64 | 0 | 0.04 | 229.63 | 0.91 | 0.59 |
| Hex | 37 | 58 | F6 | 4E | 40 | 0 | 4 | E6 | 5B | 3B |
| Octal | 67 | 130 | 366 | 116 | 100 | 0 | 4 | 346 | 133 | 73 |
| Binary | 110111 | 1011000 | 11110110 | 1001110 | 1000000 | 0 | 100 | 11100110 | 1011011 | 111011 |
Color Harmonies of #3758F6
Complementary color
Monochromatic Colors of #3758F6
Black with #3758F6
Text Example
Text Example
White with #3758F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3758F6; }
p { color: rgb(55,88,246); }
H1.HeaderClassName
{
color: #3758F6;
}
.AnyTagClassName
{
color: #3758F6;
}
</style>
background-color css
<style>
a { background-color: #3758F6; }
a { background-color: rgb(55,88,246); }
div.DivClassName
{
background-color: #3758F6;
}
.BgClassName
{
background-color: #3758F6;
}
</style>
border-color css
<style>
span { border-color: #3758F6; }
span { border-color: rgb(55,88,246); }
td.TdClassName
{
border-color: #3758F6;
}
.TagClassName
{
border-color: #3758F6;
}
</style>