Shades of Royal Blue #3777FA
Tints of Royal Blue #3777FA
RGB
CMYK
RGB Variations
Color information
#3777FA (or 0x3777FA) is known color: Royal Blue. HEX triplet: 37, 77 and FA. RGB value is (55,119,250). Sum of RGB (Red+Green+Blue) = 55+119+250=424 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.97% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #3777FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3777FA is #C88805. Grayscale: #727272. Windows color (decimal): -13142022 or 16414519. OLE color: 16414519.
HSL color Cylindrical-coordinate representation of color #3777FA: hue angle of 220.31º degrees, saturation: 0.95, 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 #3777FA is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 119 | 250 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.02 |
| HSL | 220.31º | 0.95% | 0.6% | - |
| HSV(B) | 220.31º | 0.78% | 0.98% | - |
| XYZ | 25.43 | 20.91 | 93.14 | - |
| YUV | 114.8 | 204.3 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 119 | 250 | 0.78 | 0.52 | 0 | 0.02 | 220.31 | 0.95 | 0.6 |
| Hex | 37 | 77 | FA | 4E | 34 | 0 | 2 | DC | 5F | 3C |
| Octal | 67 | 167 | 372 | 116 | 64 | 0 | 2 | 334 | 137 | 74 |
| Binary | 110111 | 1110111 | 11111010 | 1001110 | 110100 | 0 | 10 | 11011100 | 1011111 | 111100 |
Color Harmonies of #3777FA
Complementary color
Monochromatic Colors of #3777FA
Black with #3777FA
Text Example
Text Example
White with #3777FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3777FA; }
p { color: rgb(55,119,250); }
H1.HeaderClassName
{
color: #3777FA;
}
.AnyTagClassName
{
color: #3777FA;
}
</style>
background-color css
<style>
a { background-color: #3777FA; }
a { background-color: rgb(55,119,250); }
div.DivClassName
{
background-color: #3777FA;
}
.BgClassName
{
background-color: #3777FA;
}
</style>
border-color css
<style>
span { border-color: #3777FA; }
span { border-color: rgb(55,119,250); }
td.TdClassName
{
border-color: #3777FA;
}
.TagClassName
{
border-color: #3777FA;
}
</style>