Shades of Royal Blue #3770CE
Tints of Royal Blue #3770CE
RGB
CMYK
RGB Variations
Color information
#3770CE (or 0x3770CE) is known color: Royal Blue. HEX triplet: 37, 70 and CE. RGB value is (55,112,206). Sum of RGB (Red+Green+Blue) = 55+112+206=373 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.75% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #3770CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3770CE is #C88F31. Grayscale: #696969. Windows color (decimal): -13143858 or 13529143. OLE color: 13529143.
HSL color Cylindrical-coordinate representation of color #3770CE: hue angle of 217.35º 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 #3770CE is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 112 | 206 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.19 |
| HSL | 217.35º | 0.61% | 0.51% | - |
| HSV(B) | 217.35º | 0.73% | 0.81% | - |
| XYZ | 18.51 | 16.86 | 60.67 | - |
| YUV | 105.67 | 184.62 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 206 | 0.73 | 0.46 | 0 | 0.19 | 217.35 | 0.61 | 0.51 |
| Hex | 37 | 70 | CE | 49 | 2E | 0 | 13 | D9 | 3D | 33 |
| Octal | 67 | 160 | 316 | 111 | 56 | 0 | 23 | 331 | 75 | 63 |
| Binary | 110111 | 1110000 | 11001110 | 1001001 | 101110 | 0 | 10011 | 11011001 | 111101 | 110011 |
Color Harmonies of #3770CE
Complementary color
Monochromatic Colors of #3770CE
Black with #3770CE
Text Example
Text Example
White with #3770CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3770CE; }
p { color: rgb(55,112,206); }
H1.HeaderClassName
{
color: #3770CE;
}
.AnyTagClassName
{
color: #3770CE;
}
</style>
background-color css
<style>
a { background-color: #3770CE; }
a { background-color: rgb(55,112,206); }
div.DivClassName
{
background-color: #3770CE;
}
.BgClassName
{
background-color: #3770CE;
}
</style>
border-color css
<style>
span { border-color: #3770CE; }
span { border-color: rgb(55,112,206); }
td.TdClassName
{
border-color: #3770CE;
}
.TagClassName
{
border-color: #3770CE;
}
</style>