Shades of Royal Blue #3772D3
Tints of Royal Blue #3772D3
RGB
CMYK
RGB Variations
Color information
#3772D3 (or 0x3772D3) is known color: Royal Blue. HEX triplet: 37, 72 and D3. RGB value is (55,114,211). Sum of RGB (Red+Green+Blue) = 55+114+211=380 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.47% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 211 (82.81% from 255 or 55.53% from 380); Max value from RGB is 211 - color contains mainly: blue. Hex color #3772D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3772D3 is #C88D2C. Grayscale: #6A6A6A. Windows color (decimal): -13143341 or 13857335. OLE color: 13857335.
HSL color Cylindrical-coordinate representation of color #3772D3: hue angle of 217.31º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3772D3 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 55 | 114 | 211 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.17 |
| HSL | 217.31º | 0.64% | 0.52% | - |
| HSV(B) | 217.31º | 0.74% | 0.83% | - |
| XYZ | 19.35 | 17.55 | 64 | - |
| YUV | 107.42 | 186.45 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 114 | 211 | 0.74 | 0.46 | 0 | 0.17 | 217.31 | 0.64 | 0.52 |
| Hex | 37 | 72 | D3 | 4A | 2E | 0 | 11 | D9 | 40 | 34 |
| Octal | 67 | 162 | 323 | 112 | 56 | 0 | 21 | 331 | 100 | 64 |
| Binary | 110111 | 1110010 | 11010011 | 1001010 | 101110 | 0 | 10001 | 11011001 | 1000000 | 110100 |
Color Harmonies of #3772D3
Complementary color
Monochromatic Colors of #3772D3
Black with #3772D3
Text Example
Text Example
White with #3772D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3772D3; }
p { color: rgb(55,114,211); }
H1.HeaderClassName
{
color: #3772D3;
}
.AnyTagClassName
{
color: #3772D3;
}
</style>
background-color css
<style>
a { background-color: #3772D3; }
a { background-color: rgb(55,114,211); }
div.DivClassName
{
background-color: #3772D3;
}
.BgClassName
{
background-color: #3772D3;
}
</style>
border-color css
<style>
span { border-color: #3772D3; }
span { border-color: rgb(55,114,211); }
td.TdClassName
{
border-color: #3772D3;
}
.TagClassName
{
border-color: #3772D3;
}
</style>