Shades of Royal Blue #3785DD
Tints of Royal Blue #3785DD
RGB
CMYK
RGB Variations
Color information
#3785DD (or 0x3785DD) is known color: Royal Blue. HEX triplet: 37, 85 and DD. RGB value is (55,133,221). Sum of RGB (Red+Green+Blue) = 55+133+221=409 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.45% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #3785DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3785DD is #C87A22. Grayscale: #777777. Windows color (decimal): -13138467 or 14517559. OLE color: 14517559.
HSL color Cylindrical-coordinate representation of color #3785DD: hue angle of 211.81º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3785DD is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 133 | 221 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.13 |
| HSL | 211.81º | 0.71% | 0.54% | - |
| HSV(B) | 211.81º | 0.75% | 0.87% | - |
| XYZ | 23.01 | 22.81 | 71.6 | - |
| YUV | 119.71 | 185.16 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 133 | 221 | 0.75 | 0.40 | 0 | 0.13 | 211.81 | 0.71 | 0.54 |
| Hex | 37 | 85 | DD | 4B | 28 | 0 | D | D4 | 47 | 36 |
| Octal | 67 | 205 | 335 | 113 | 50 | 0 | 15 | 324 | 107 | 66 |
| Binary | 110111 | 10000101 | 11011101 | 1001011 | 101000 | 0 | 1101 | 11010100 | 1000111 | 110110 |
Color Harmonies of #3785DD
Complementary color
Monochromatic Colors of #3785DD
Black with #3785DD
Text Example
Text Example
White with #3785DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3785DD; }
p { color: rgb(55,133,221); }
H1.HeaderClassName
{
color: #3785DD;
}
.AnyTagClassName
{
color: #3785DD;
}
</style>
background-color css
<style>
a { background-color: #3785DD; }
a { background-color: rgb(55,133,221); }
div.DivClassName
{
background-color: #3785DD;
}
.BgClassName
{
background-color: #3785DD;
}
</style>
border-color css
<style>
span { border-color: #3785DD; }
span { border-color: rgb(55,133,221); }
td.TdClassName
{
border-color: #3785DD;
}
.TagClassName
{
border-color: #3785DD;
}
</style>