Shades of Royal Blue #3764FB
Tints of Royal Blue #3764FB
RGB
CMYK
RGB Variations
Color information
#3764FB (or 0x3764FB) is known color: Royal Blue. HEX triplet: 37, 64 and FB. RGB value is (55,100,251). Sum of RGB (Red+Green+Blue) = 55+100+251=406 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.55% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #3764FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3764FB is #C89B04. Grayscale: #676767. Windows color (decimal): -13146885 or 16475191. OLE color: 16475191.
HSL color Cylindrical-coordinate representation of color #3764FB: hue angle of 226.22º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3764FB is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 100 | 251 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.02 |
| HSL | 226.22º | 0.96% | 0.6% | - |
| HSV(B) | 226.22º | 0.78% | 0.98% | - |
| XYZ | 23.55 | 16.89 | 93.29 | - |
| YUV | 103.76 | 211.09 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 100 | 251 | 0.78 | 0.60 | 0 | 0.02 | 226.22 | 0.96 | 0.6 |
| Hex | 37 | 64 | FB | 4E | 3C | 0 | 2 | E2 | 60 | 3C |
| Octal | 67 | 144 | 373 | 116 | 74 | 0 | 2 | 342 | 140 | 74 |
| Binary | 110111 | 1100100 | 11111011 | 1001110 | 111100 | 0 | 10 | 11100010 | 1100000 | 111100 |
Color Harmonies of #3764FB
Complementary color
Monochromatic Colors of #3764FB
Black with #3764FB
Text Example
Text Example
White with #3764FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3764FB; }
p { color: rgb(55,100,251); }
H1.HeaderClassName
{
color: #3764FB;
}
.AnyTagClassName
{
color: #3764FB;
}
</style>
background-color css
<style>
a { background-color: #3764FB; }
a { background-color: rgb(55,100,251); }
div.DivClassName
{
background-color: #3764FB;
}
.BgClassName
{
background-color: #3764FB;
}
</style>
border-color css
<style>
span { border-color: #3764FB; }
span { border-color: rgb(55,100,251); }
td.TdClassName
{
border-color: #3764FB;
}
.TagClassName
{
border-color: #3764FB;
}
</style>