Shades of Royal Blue #3D88EC
Tints of Royal Blue #3D88EC
RGB
CMYK
RGB Variations
Color information
#3D88EC (or 0x3D88EC) is known color: Royal Blue. HEX triplet: 3D, 88 and EC. RGB value is (61,136,236). Sum of RGB (Red+Green+Blue) = 61+136+236=433 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.09% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #3D88EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D88EC is #C27713. Grayscale: #7C7C7C. Windows color (decimal): -12744468 or 15501373. OLE color: 15501373.
HSL color Cylindrical-coordinate representation of color #3D88EC: hue angle of 214.29º 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 #3D88EC is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 136 | 236 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.07 |
| HSL | 214.29º | 0.82% | 0.58% | - |
| HSV(B) | 214.29º | 0.74% | 0.93% | - |
| XYZ | 25.87 | 24.66 | 82.75 | - |
| YUV | 124.98 | 190.65 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 136 | 236 | 0.74 | 0.42 | 0 | 0.07 | 214.29 | 0.82 | 0.58 |
| Hex | 3D | 88 | EC | 4A | 2A | 0 | 7 | D6 | 52 | 3A |
| Octal | 75 | 210 | 354 | 112 | 52 | 0 | 7 | 326 | 122 | 72 |
| Binary | 111101 | 10001000 | 11101100 | 1001010 | 101010 | 0 | 111 | 11010110 | 1010010 | 111010 |
Color Harmonies of #3D88EC
Complementary color
Monochromatic Colors of #3D88EC
Black with #3D88EC
Text Example
Text Example
White with #3D88EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D88EC; }
p { color: rgb(61,136,236); }
H1.HeaderClassName
{
color: #3D88EC;
}
.AnyTagClassName
{
color: #3D88EC;
}
</style>
background-color css
<style>
a { background-color: #3D88EC; }
a { background-color: rgb(61,136,236); }
div.DivClassName
{
background-color: #3D88EC;
}
.BgClassName
{
background-color: #3D88EC;
}
</style>
border-color css
<style>
span { border-color: #3D88EC; }
span { border-color: rgb(61,136,236); }
td.TdClassName
{
border-color: #3D88EC;
}
.TagClassName
{
border-color: #3D88EC;
}
</style>