Shades of Royal Blue #3D85EC
Tints of Royal Blue #3D85EC
RGB
CMYK
RGB Variations
Color information
#3D85EC (or 0x3D85EC) is known color: Royal Blue. HEX triplet: 3D, 85 and EC. RGB value is (61,133,236). Sum of RGB (Red+Green+Blue) = 61+133+236=430 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.19% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #3D85EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D85EC is #C27A13. Grayscale: #7A7A7A. Windows color (decimal): -12745236 or 15500605. OLE color: 15500605.
HSL color Cylindrical-coordinate representation of color #3D85EC: hue angle of 215.31º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D85EC is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 133 | 236 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.07 |
| HSL | 215.31º | 0.82% | 0.58% | - |
| HSV(B) | 215.31º | 0.74% | 0.93% | - |
| XYZ | 25.45 | 23.82 | 82.61 | - |
| YUV | 123.21 | 191.65 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 133 | 236 | 0.74 | 0.44 | 0 | 0.07 | 215.31 | 0.82 | 0.58 |
| Hex | 3D | 85 | EC | 4A | 2C | 0 | 7 | D7 | 52 | 3A |
| Octal | 75 | 205 | 354 | 112 | 54 | 0 | 7 | 327 | 122 | 72 |
| Binary | 111101 | 10000101 | 11101100 | 1001010 | 101100 | 0 | 111 | 11010111 | 1010010 | 111010 |
Color Harmonies of #3D85EC
Complementary color
Monochromatic Colors of #3D85EC
Black with #3D85EC
Text Example
Text Example
White with #3D85EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D85EC; }
p { color: rgb(61,133,236); }
H1.HeaderClassName
{
color: #3D85EC;
}
.AnyTagClassName
{
color: #3D85EC;
}
</style>
background-color css
<style>
a { background-color: #3D85EC; }
a { background-color: rgb(61,133,236); }
div.DivClassName
{
background-color: #3D85EC;
}
.BgClassName
{
background-color: #3D85EC;
}
</style>
border-color css
<style>
span { border-color: #3D85EC; }
span { border-color: rgb(61,133,236); }
td.TdClassName
{
border-color: #3D85EC;
}
.TagClassName
{
border-color: #3D85EC;
}
</style>