Shades of Royal Blue #3061D4
Tints of Royal Blue #3061D4
RGB
CMYK
RGB Variations
Color information
#3061D4 (or 0x3061D4) is known color: Royal Blue. HEX triplet: 30, 61 and D4. RGB value is (48,97,212). Sum of RGB (Red+Green+Blue) = 48+97+212=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 212 (83.20% from 255 or 59.38% from 357); Max value from RGB is 212 - color contains mainly: blue. Hex color #3061D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3061D4 is #CF9E2B. Grayscale: #5E5E5E. Windows color (decimal): -13606444 or 13918512. OLE color: 13918512.
HSL color Cylindrical-coordinate representation of color #3061D4: hue angle of 222.07º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3061D4 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 97 | 212 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.17 |
| HSL | 222.07º | 0.66% | 0.51% | - |
| HSV(B) | 222.07º | 0.77% | 0.83% | - |
| XYZ | 17.38 | 13.93 | 64.06 | - |
| YUV | 95.46 | 193.77 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 97 | 212 | 0.77 | 0.54 | 0 | 0.17 | 222.07 | 0.66 | 0.51 |
| Hex | 30 | 61 | D4 | 4D | 36 | 0 | 11 | DE | 42 | 33 |
| Octal | 60 | 141 | 324 | 115 | 66 | 0 | 21 | 336 | 102 | 63 |
| Binary | 110000 | 1100001 | 11010100 | 1001101 | 110110 | 0 | 10001 | 11011110 | 1000010 | 110011 |
Color Harmonies of #3061D4
Complementary color
Monochromatic Colors of #3061D4
Black with #3061D4
Text Example
Text Example
White with #3061D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3061D4; }
p { color: rgb(48,97,212); }
H1.HeaderClassName
{
color: #3061D4;
}
.AnyTagClassName
{
color: #3061D4;
}
</style>
background-color css
<style>
a { background-color: #3061D4; }
a { background-color: rgb(48,97,212); }
div.DivClassName
{
background-color: #3061D4;
}
.BgClassName
{
background-color: #3061D4;
}
</style>
border-color css
<style>
span { border-color: #3061D4; }
span { border-color: rgb(48,97,212); }
td.TdClassName
{
border-color: #3061D4;
}
.TagClassName
{
border-color: #3061D4;
}
</style>