Shades of Royal Blue #3778FD
Tints of Royal Blue #3778FD
RGB
CMYK
RGB Variations
Color information
#3778FD (or 0x3778FD) is known color: Royal Blue. HEX triplet: 37, 78 and FD. RGB value is (55,120,253). Sum of RGB (Red+Green+Blue) = 55+120+253=428 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.85% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #3778FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3778FD is #C88702. Grayscale: #737373. Windows color (decimal): -13141763 or 16611383. OLE color: 16611383.
HSL color Cylindrical-coordinate representation of color #3778FD: hue angle of 220.3º 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 #3778FD is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 120 | 253 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.01 |
| HSL | 220.3º | 0.98% | 0.6% | - |
| HSV(B) | 220.3º | 0.78% | 0.99% | - |
| XYZ | 26.02 | 21.34 | 95.68 | - |
| YUV | 115.73 | 205.47 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 253 | 0.78 | 0.53 | 0 | 0.01 | 220.3 | 0.98 | 0.6 |
| Hex | 37 | 78 | FD | 4E | 35 | 0 | 1 | DC | 62 | 3C |
| Octal | 67 | 170 | 375 | 116 | 65 | 0 | 1 | 334 | 142 | 74 |
| Binary | 110111 | 1111000 | 11111101 | 1001110 | 110101 | 0 | 1 | 11011100 | 1100010 | 111100 |
Color Harmonies of #3778FD
Complementary color
Monochromatic Colors of #3778FD
Black with #3778FD
Text Example
Text Example
White with #3778FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3778FD; }
p { color: rgb(55,120,253); }
H1.HeaderClassName
{
color: #3778FD;
}
.AnyTagClassName
{
color: #3778FD;
}
</style>
background-color css
<style>
a { background-color: #3778FD; }
a { background-color: rgb(55,120,253); }
div.DivClassName
{
background-color: #3778FD;
}
.BgClassName
{
background-color: #3778FD;
}
</style>
border-color css
<style>
span { border-color: #3778FD; }
span { border-color: rgb(55,120,253); }
td.TdClassName
{
border-color: #3778FD;
}
.TagClassName
{
border-color: #3778FD;
}
</style>