Shades of Royal Blue #3153DC
Tints of Royal Blue #3153DC
RGB
CMYK
RGB Variations
Color information
#3153DC (or 0x3153DC) is known color: Royal Blue. HEX triplet: 31, 53 and DC. RGB value is (49,83,220). Sum of RGB (Red+Green+Blue) = 49+83+220=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #3153DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3153DC is #CEAC23. Grayscale: #575757. Windows color (decimal): -13544484 or 14439217. OLE color: 14439217.
HSL color Cylindrical-coordinate representation of color #3153DC: hue angle of 228.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3153DC is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 83 | 220 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.14 |
| HSL | 228.07º | 0.71% | 0.53% | - |
| HSV(B) | 228.07º | 0.78% | 0.86% | - |
| XYZ | 17.28 | 12.01 | 69.12 | - |
| YUV | 88.45 | 202.24 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 220 | 0.78 | 0.62 | 0 | 0.14 | 228.07 | 0.71 | 0.53 |
| Hex | 31 | 53 | DC | 4E | 3E | 0 | E | E4 | 47 | 35 |
| Octal | 61 | 123 | 334 | 116 | 76 | 0 | 16 | 344 | 107 | 65 |
| Binary | 110001 | 1010011 | 11011100 | 1001110 | 111110 | 0 | 1110 | 11100100 | 1000111 | 110101 |
Color Harmonies of #3153DC
Complementary color
Monochromatic Colors of #3153DC
Black with #3153DC
Text Example
Text Example
White with #3153DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3153DC; }
p { color: rgb(49,83,220); }
H1.HeaderClassName
{
color: #3153DC;
}
.AnyTagClassName
{
color: #3153DC;
}
</style>
background-color css
<style>
a { background-color: #3153DC; }
a { background-color: rgb(49,83,220); }
div.DivClassName
{
background-color: #3153DC;
}
.BgClassName
{
background-color: #3153DC;
}
</style>
border-color css
<style>
span { border-color: #3153DC; }
span { border-color: rgb(49,83,220); }
td.TdClassName
{
border-color: #3153DC;
}
.TagClassName
{
border-color: #3153DC;
}
</style>