Shades of Royal Blue #3770CF
Tints of Royal Blue #3770CF
RGB
CMYK
RGB Variations
Color information
#3770CF (or 0x3770CF) is known color: Royal Blue. HEX triplet: 37, 70 and CF. RGB value is (55,112,207). Sum of RGB (Red+Green+Blue) = 55+112+207=374 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.71% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #3770CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3770CF is #C88F30. Grayscale: #696969. Windows color (decimal): -13143857 or 13594679. OLE color: 13594679.
HSL color Cylindrical-coordinate representation of color #3770CF: hue angle of 217.5º 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 #3770CF is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 112 | 207 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.19 |
| HSL | 217.5º | 0.61% | 0.51% | - |
| HSV(B) | 217.5º | 0.73% | 0.81% | - |
| XYZ | 18.63 | 16.91 | 61.31 | - |
| YUV | 105.79 | 185.12 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 207 | 0.73 | 0.46 | 0 | 0.19 | 217.5 | 0.61 | 0.51 |
| Hex | 37 | 70 | CF | 49 | 2E | 0 | 13 | DA | 3D | 33 |
| Octal | 67 | 160 | 317 | 111 | 56 | 0 | 23 | 332 | 75 | 63 |
| Binary | 110111 | 1110000 | 11001111 | 1001001 | 101110 | 0 | 10011 | 11011010 | 111101 | 110011 |
Color Harmonies of #3770CF
Complementary color
Monochromatic Colors of #3770CF
Black with #3770CF
Text Example
Text Example
White with #3770CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3770CF; }
p { color: rgb(55,112,207); }
H1.HeaderClassName
{
color: #3770CF;
}
.AnyTagClassName
{
color: #3770CF;
}
</style>
background-color css
<style>
a { background-color: #3770CF; }
a { background-color: rgb(55,112,207); }
div.DivClassName
{
background-color: #3770CF;
}
.BgClassName
{
background-color: #3770CF;
}
</style>
border-color css
<style>
span { border-color: #3770CF; }
span { border-color: rgb(55,112,207); }
td.TdClassName
{
border-color: #3770CF;
}
.TagClassName
{
border-color: #3770CF;
}
</style>