Shades of Royal Blue #375DDF
Tints of Royal Blue #375DDF
RGB
CMYK
RGB Variations
Color information
#375DDF (or 0x375DDF) is known color: Royal Blue. HEX triplet: 37, 5D and DF. RGB value is (55,93,223). Sum of RGB (Red+Green+Blue) = 55+93+223=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #375DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375DDF is #C8A220. Grayscale: #5F5F5F. Windows color (decimal): -13148705 or 14638391. OLE color: 14638391.
HSL color Cylindrical-coordinate representation of color #375DDF: hue angle of 226.43º 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 #375DDF is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 93 | 223 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.13 |
| HSL | 226.43º | 0.72% | 0.55% | - |
| HSV(B) | 226.43º | 0.75% | 0.87% | - |
| XYZ | 18.81 | 13.97 | 71.52 | - |
| YUV | 96.46 | 199.41 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 223 | 0.75 | 0.58 | 0 | 0.13 | 226.43 | 0.72 | 0.55 |
| Hex | 37 | 5D | DF | 4B | 3A | 0 | D | E2 | 48 | 37 |
| Octal | 67 | 135 | 337 | 113 | 72 | 0 | 15 | 342 | 110 | 67 |
| Binary | 110111 | 1011101 | 11011111 | 1001011 | 111010 | 0 | 1101 | 11100010 | 1001000 | 110111 |
Color Harmonies of #375DDF
Complementary color
Monochromatic Colors of #375DDF
Black with #375DDF
Text Example
Text Example
White with #375DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375DDF; }
p { color: rgb(55,93,223); }
H1.HeaderClassName
{
color: #375DDF;
}
.AnyTagClassName
{
color: #375DDF;
}
</style>
background-color css
<style>
a { background-color: #375DDF; }
a { background-color: rgb(55,93,223); }
div.DivClassName
{
background-color: #375DDF;
}
.BgClassName
{
background-color: #375DDF;
}
</style>
border-color css
<style>
span { border-color: #375DDF; }
span { border-color: rgb(55,93,223); }
td.TdClassName
{
border-color: #375DDF;
}
.TagClassName
{
border-color: #375DDF;
}
</style>