Shades of Royal Blue #3481DC
Tints of Royal Blue #3481DC
RGB
CMYK
RGB Variations
Color information
#3481DC (or 0x3481DC) is known color: Royal Blue. HEX triplet: 34, 81 and DC. RGB value is (52,129,220). Sum of RGB (Red+Green+Blue) = 52+129+220=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #3481DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3481DC is #CB7E23. Grayscale: #737373. Windows color (decimal): -13336100 or 14450996. OLE color: 14450996.
HSL color Cylindrical-coordinate representation of color #3481DC: hue angle of 212.5º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3481DC is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 129 | 220 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.14 |
| HSL | 212.5º | 0.71% | 0.53% | - |
| HSV(B) | 212.5º | 0.76% | 0.86% | - |
| XYZ | 22.18 | 21.6 | 70.71 | - |
| YUV | 116.35 | 186.49 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 129 | 220 | 0.76 | 0.41 | 0 | 0.14 | 212.5 | 0.71 | 0.53 |
| Hex | 34 | 81 | DC | 4C | 29 | 0 | E | D4 | 47 | 35 |
| Octal | 64 | 201 | 334 | 114 | 51 | 0 | 16 | 324 | 107 | 65 |
| Binary | 110100 | 10000001 | 11011100 | 1001100 | 101001 | 0 | 1110 | 11010100 | 1000111 | 110101 |
Color Harmonies of #3481DC
Complementary color
Monochromatic Colors of #3481DC
Black with #3481DC
Text Example
Text Example
White with #3481DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3481DC; }
p { color: rgb(52,129,220); }
H1.HeaderClassName
{
color: #3481DC;
}
.AnyTagClassName
{
color: #3481DC;
}
</style>
background-color css
<style>
a { background-color: #3481DC; }
a { background-color: rgb(52,129,220); }
div.DivClassName
{
background-color: #3481DC;
}
.BgClassName
{
background-color: #3481DC;
}
</style>
border-color css
<style>
span { border-color: #3481DC; }
span { border-color: rgb(52,129,220); }
td.TdClassName
{
border-color: #3481DC;
}
.TagClassName
{
border-color: #3481DC;
}
</style>