Shades of Royal Blue #3764FF
Tints of Royal Blue #3764FF
RGB
CMYK
RGB Variations
Color information
#3764FF (or 0x3764FF) is known color: Royal Blue. HEX triplet: 37, 64 and FF. RGB value is (55,100,255). Sum of RGB (Red+Green+Blue) = 55+100+255=410 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.41% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #3764FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3764FF is #C89B00. Grayscale: #676767. Windows color (decimal): -13146881 or 16737335. OLE color: 16737335.
HSL color Cylindrical-coordinate representation of color #3764FF: hue angle of 226.5º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3764FF is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 100 | 255 | - |
| CMYK | 0.78 | 0.61 | 0 | 0 |
| HSL | 226.5º | 1% | 0.61% | - |
| HSV(B) | 226.5º | 0.78% | 1% | - |
| XYZ | 24.18 | 17.15 | 96.64 | - |
| YUV | 104.22 | 213.09 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 100 | 255 | 0.78 | 0.61 | 0 | 0 | 226.5 | 1 | 0.61 |
| Hex | 37 | 64 | FF | 4E | 3D | 0 | 0 | E2 | 64 | 3D |
| Octal | 67 | 144 | 377 | 116 | 75 | 0 | 0 | 342 | 144 | 75 |
| Binary | 110111 | 1100100 | 11111111 | 1001110 | 111101 | 0 | 0 | 11100010 | 1100100 | 111101 |
Color Harmonies of #3764FF
Complementary color
Monochromatic Colors of #3764FF
Black with #3764FF
Text Example
Text Example
White with #3764FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3764FF; }
p { color: rgb(55,100,255); }
H1.HeaderClassName
{
color: #3764FF;
}
.AnyTagClassName
{
color: #3764FF;
}
</style>
background-color css
<style>
a { background-color: #3764FF; }
a { background-color: rgb(55,100,255); }
div.DivClassName
{
background-color: #3764FF;
}
.BgClassName
{
background-color: #3764FF;
}
</style>
border-color css
<style>
span { border-color: #3764FF; }
span { border-color: rgb(55,100,255); }
td.TdClassName
{
border-color: #3764FF;
}
.TagClassName
{
border-color: #3764FF;
}
</style>