Shades of Royal Blue #3768FD
Tints of Royal Blue #3768FD
RGB
CMYK
RGB Variations
Color information
#3768FD (or 0x3768FD) is known color: Royal Blue. HEX triplet: 37, 68 and FD. RGB value is (55,104,253). Sum of RGB (Red+Green+Blue) = 55+104+253=412 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.35% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #3768FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3768FD is #C89702. Grayscale: #696969. Windows color (decimal): -13145859 or 16607287. OLE color: 16607287.
HSL color Cylindrical-coordinate representation of color #3768FD: hue angle of 225.15º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3768FD is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 104 | 253 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.01 |
| HSL | 225.15º | 0.98% | 0.6% | - |
| HSV(B) | 225.15º | 0.78% | 0.99% | - |
| XYZ | 24.26 | 17.8 | 95.09 | - |
| YUV | 106.34 | 210.77 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 104 | 253 | 0.78 | 0.59 | 0 | 0.01 | 225.15 | 0.98 | 0.6 |
| Hex | 37 | 68 | FD | 4E | 3B | 0 | 1 | E1 | 62 | 3C |
| Octal | 67 | 150 | 375 | 116 | 73 | 0 | 1 | 341 | 142 | 74 |
| Binary | 110111 | 1101000 | 11111101 | 1001110 | 111011 | 0 | 1 | 11100001 | 1100010 | 111100 |
Color Harmonies of #3768FD
Complementary color
Monochromatic Colors of #3768FD
Black with #3768FD
Text Example
Text Example
White with #3768FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3768FD; }
p { color: rgb(55,104,253); }
H1.HeaderClassName
{
color: #3768FD;
}
.AnyTagClassName
{
color: #3768FD;
}
</style>
background-color css
<style>
a { background-color: #3768FD; }
a { background-color: rgb(55,104,253); }
div.DivClassName
{
background-color: #3768FD;
}
.BgClassName
{
background-color: #3768FD;
}
</style>
border-color css
<style>
span { border-color: #3768FD; }
span { border-color: rgb(55,104,253); }
td.TdClassName
{
border-color: #3768FD;
}
.TagClassName
{
border-color: #3768FD;
}
</style>