Shades of Royal Blue #3D84DC
Tints of Royal Blue #3D84DC
RGB
CMYK
RGB Variations
Color information
#3D84DC (or 0x3D84DC) is known color: Royal Blue. HEX triplet: 3D, 84 and DC. RGB value is (61,132,220). Sum of RGB (Red+Green+Blue) = 61+132+220=413 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.77% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #3D84DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D84DC is #C27B23. Grayscale: #787878. Windows color (decimal): -12745508 or 14451773. OLE color: 14451773.
HSL color Cylindrical-coordinate representation of color #3D84DC: hue angle of 213.21º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D84DC is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 132 | 220 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.14 |
| HSL | 213.21º | 0.69% | 0.55% | - |
| HSV(B) | 213.21º | 0.72% | 0.86% | - |
| XYZ | 23.09 | 22.66 | 70.87 | - |
| YUV | 120.8 | 183.98 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 132 | 220 | 0.72 | 0.40 | 0 | 0.14 | 213.21 | 0.69 | 0.55 |
| Hex | 3D | 84 | DC | 48 | 28 | 0 | E | D5 | 45 | 37 |
| Octal | 75 | 204 | 334 | 110 | 50 | 0 | 16 | 325 | 105 | 67 |
| Binary | 111101 | 10000100 | 11011100 | 1001000 | 101000 | 0 | 1110 | 11010101 | 1000101 | 110111 |
Color Harmonies of #3D84DC
Complementary color
Monochromatic Colors of #3D84DC
Black with #3D84DC
Text Example
Text Example
White with #3D84DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D84DC; }
p { color: rgb(61,132,220); }
H1.HeaderClassName
{
color: #3D84DC;
}
.AnyTagClassName
{
color: #3D84DC;
}
</style>
background-color css
<style>
a { background-color: #3D84DC; }
a { background-color: rgb(61,132,220); }
div.DivClassName
{
background-color: #3D84DC;
}
.BgClassName
{
background-color: #3D84DC;
}
</style>
border-color css
<style>
span { border-color: #3D84DC; }
span { border-color: rgb(61,132,220); }
td.TdClassName
{
border-color: #3D84DC;
}
.TagClassName
{
border-color: #3D84DC;
}
</style>