Shades of Royal Blue #375DDA
Tints of Royal Blue #375DDA
RGB
CMYK
RGB Variations
Color information
#375DDA (or 0x375DDA) is known color: Royal Blue. HEX triplet: 37, 5D and DA. RGB value is (55,93,218). Sum of RGB (Red+Green+Blue) = 55+93+218=366 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.03% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #375DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375DDA is #C8A225. Grayscale: #5F5F5F. Windows color (decimal): -13148710 or 14310711. OLE color: 14310711.
HSL color Cylindrical-coordinate representation of color #375DDA: hue angle of 226.01º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #375DDA is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 93 | 218 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.15 |
| HSL | 226.01º | 0.69% | 0.54% | - |
| HSV(B) | 226.01º | 0.75% | 0.85% | - |
| XYZ | 18.14 | 13.7 | 68.02 | - |
| YUV | 95.89 | 196.91 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 218 | 0.75 | 0.57 | 0 | 0.15 | 226.01 | 0.69 | 0.54 |
| Hex | 37 | 5D | DA | 4B | 39 | 0 | F | E2 | 45 | 36 |
| Octal | 67 | 135 | 332 | 113 | 71 | 0 | 17 | 342 | 105 | 66 |
| Binary | 110111 | 1011101 | 11011010 | 1001011 | 111001 | 0 | 1111 | 11100010 | 1000101 | 110110 |
Color Harmonies of #375DDA
Complementary color
Monochromatic Colors of #375DDA
Black with #375DDA
Text Example
Text Example
White with #375DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375DDA; }
p { color: rgb(55,93,218); }
H1.HeaderClassName
{
color: #375DDA;
}
.AnyTagClassName
{
color: #375DDA;
}
</style>
background-color css
<style>
a { background-color: #375DDA; }
a { background-color: rgb(55,93,218); }
div.DivClassName
{
background-color: #375DDA;
}
.BgClassName
{
background-color: #375DDA;
}
</style>
border-color css
<style>
span { border-color: #375DDA; }
span { border-color: rgb(55,93,218); }
td.TdClassName
{
border-color: #375DDA;
}
.TagClassName
{
border-color: #375DDA;
}
</style>