Shades of Royal Blue #3762E8
Tints of Royal Blue #3762E8
RGB
CMYK
RGB Variations
Color information
#3762E8 (or 0x3762E8) is known color: Royal Blue. HEX triplet: 37, 62 and E8. RGB value is (55,98,232). Sum of RGB (Red+Green+Blue) = 55+98+232=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 232 (91.02% from 255 or 60.26% from 385); Max value from RGB is 232 - color contains mainly: blue. Hex color #3762E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3762E8 is #C89D17. Grayscale: #636363. Windows color (decimal): -13147416 or 15229495. OLE color: 15229495.
HSL color Cylindrical-coordinate representation of color #3762E8: hue angle of 225.42º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3762E8 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 55 | 98 | 232 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.09 |
| HSL | 225.42º | 0.79% | 0.56% | - |
| HSV(B) | 225.42º | 0.76% | 0.91% | - |
| XYZ | 20.51 | 15.37 | 78.23 | - |
| YUV | 100.42 | 202.25 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 98 | 232 | 0.76 | 0.58 | 0 | 0.09 | 225.42 | 0.79 | 0.56 |
| Hex | 37 | 62 | E8 | 4C | 3A | 0 | 9 | E1 | 4F | 38 |
| Octal | 67 | 142 | 350 | 114 | 72 | 0 | 11 | 341 | 117 | 70 |
| Binary | 110111 | 1100010 | 11101000 | 1001100 | 111010 | 0 | 1001 | 11100001 | 1001111 | 111000 |
Color Harmonies of #3762E8
Complementary color
Monochromatic Colors of #3762E8
Black with #3762E8
Text Example
Text Example
White with #3762E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3762E8; }
p { color: rgb(55,98,232); }
H1.HeaderClassName
{
color: #3762E8;
}
.AnyTagClassName
{
color: #3762E8;
}
</style>
background-color css
<style>
a { background-color: #3762E8; }
a { background-color: rgb(55,98,232); }
div.DivClassName
{
background-color: #3762E8;
}
.BgClassName
{
background-color: #3762E8;
}
</style>
border-color css
<style>
span { border-color: #3762E8; }
span { border-color: rgb(55,98,232); }
td.TdClassName
{
border-color: #3762E8;
}
.TagClassName
{
border-color: #3762E8;
}
</style>