Shades of Royal Blue #3758DF
Tints of Royal Blue #3758DF
RGB
CMYK
RGB Variations
Color information
#3758DF (or 0x3758DF) is known color: Royal Blue. HEX triplet: 37, 58 and DF. RGB value is (55,88,223). Sum of RGB (Red+Green+Blue) = 55+88+223=366 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.03% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #3758DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3758DF is #C8A720. Grayscale: #5C5C5C. Windows color (decimal): -13149985 or 14637111. OLE color: 14637111.
HSL color Cylindrical-coordinate representation of color #3758DF: hue angle of 228.21º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3758DF is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 88 | 223 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.13 |
| HSL | 228.21º | 0.72% | 0.55% | - |
| HSV(B) | 228.21º | 0.75% | 0.87% | - |
| XYZ | 18.38 | 13.12 | 71.38 | - |
| YUV | 93.52 | 201.07 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 88 | 223 | 0.75 | 0.61 | 0 | 0.13 | 228.21 | 0.72 | 0.55 |
| Hex | 37 | 58 | DF | 4B | 3D | 0 | D | E4 | 48 | 37 |
| Octal | 67 | 130 | 337 | 113 | 75 | 0 | 15 | 344 | 110 | 67 |
| Binary | 110111 | 1011000 | 11011111 | 1001011 | 111101 | 0 | 1101 | 11100100 | 1001000 | 110111 |
Color Harmonies of #3758DF
Complementary color
Monochromatic Colors of #3758DF
Black with #3758DF
Text Example
Text Example
White with #3758DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3758DF; }
p { color: rgb(55,88,223); }
H1.HeaderClassName
{
color: #3758DF;
}
.AnyTagClassName
{
color: #3758DF;
}
</style>
background-color css
<style>
a { background-color: #3758DF; }
a { background-color: rgb(55,88,223); }
div.DivClassName
{
background-color: #3758DF;
}
.BgClassName
{
background-color: #3758DF;
}
</style>
border-color css
<style>
span { border-color: #3758DF; }
span { border-color: rgb(55,88,223); }
td.TdClassName
{
border-color: #3758DF;
}
.TagClassName
{
border-color: #3758DF;
}
</style>