Shades of Royal Blue #3777CE
Tints of Royal Blue #3777CE
RGB
CMYK
RGB Variations
Color information
#3777CE (or 0x3777CE) is known color: Royal Blue. HEX triplet: 37, 77 and CE. RGB value is (55,119,206). Sum of RGB (Red+Green+Blue) = 55+119+206=380 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.47% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #3777CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3777CE is #C88831. Grayscale: #6D6D6D. Windows color (decimal): -13142066 or 13530935. OLE color: 13530935.
HSL color Cylindrical-coordinate representation of color #3777CE: hue angle of 214.57º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3777CE is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 119 | 206 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.19 |
| HSL | 214.57º | 0.61% | 0.51% | - |
| HSV(B) | 214.57º | 0.73% | 0.81% | - |
| XYZ | 19.31 | 18.46 | 60.94 | - |
| YUV | 109.78 | 182.3 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 119 | 206 | 0.73 | 0.42 | 0 | 0.19 | 214.57 | 0.61 | 0.51 |
| Hex | 37 | 77 | CE | 49 | 2A | 0 | 13 | D7 | 3D | 33 |
| Octal | 67 | 167 | 316 | 111 | 52 | 0 | 23 | 327 | 75 | 63 |
| Binary | 110111 | 1110111 | 11001110 | 1001001 | 101010 | 0 | 10011 | 11010111 | 111101 | 110011 |
Color Harmonies of #3777CE
Complementary color
Monochromatic Colors of #3777CE
Black with #3777CE
Text Example
Text Example
White with #3777CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3777CE; }
p { color: rgb(55,119,206); }
H1.HeaderClassName
{
color: #3777CE;
}
.AnyTagClassName
{
color: #3777CE;
}
</style>
background-color css
<style>
a { background-color: #3777CE; }
a { background-color: rgb(55,119,206); }
div.DivClassName
{
background-color: #3777CE;
}
.BgClassName
{
background-color: #3777CE;
}
</style>
border-color css
<style>
span { border-color: #3777CE; }
span { border-color: rgb(55,119,206); }
td.TdClassName
{
border-color: #3777CE;
}
.TagClassName
{
border-color: #3777CE;
}
</style>