Shades of Royal Blue #375BED
Tints of Royal Blue #375BED
RGB
CMYK
RGB Variations
Color information
#375BED (or 0x375BED) is known color: Royal Blue. HEX triplet: 37, 5B and ED. RGB value is (55,91,237). Sum of RGB (Red+Green+Blue) = 55+91+237=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #375BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375BED is #C8A412. Grayscale: #606060. Windows color (decimal): -13149203 or 15555383. OLE color: 15555383.
HSL color Cylindrical-coordinate representation of color #375BED: hue angle of 228.13º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #375BED is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 91 | 237 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.07 |
| HSL | 228.13º | 0.83% | 0.57% | - |
| HSV(B) | 228.13º | 0.77% | 0.93% | - |
| XYZ | 20.6 | 14.41 | 81.82 | - |
| YUV | 96.88 | 207.07 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 237 | 0.77 | 0.62 | 0 | 0.07 | 228.13 | 0.83 | 0.57 |
| Hex | 37 | 5B | ED | 4D | 3E | 0 | 7 | E4 | 53 | 39 |
| Octal | 67 | 133 | 355 | 115 | 76 | 0 | 7 | 344 | 123 | 71 |
| Binary | 110111 | 1011011 | 11101101 | 1001101 | 111110 | 0 | 111 | 11100100 | 1010011 | 111001 |
Color Harmonies of #375BED
Complementary color
Monochromatic Colors of #375BED
Black with #375BED
Text Example
Text Example
White with #375BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375BED; }
p { color: rgb(55,91,237); }
H1.HeaderClassName
{
color: #375BED;
}
.AnyTagClassName
{
color: #375BED;
}
</style>
background-color css
<style>
a { background-color: #375BED; }
a { background-color: rgb(55,91,237); }
div.DivClassName
{
background-color: #375BED;
}
.BgClassName
{
background-color: #375BED;
}
</style>
border-color css
<style>
span { border-color: #375BED; }
span { border-color: rgb(55,91,237); }
td.TdClassName
{
border-color: #375BED;
}
.TagClassName
{
border-color: #375BED;
}
</style>