Shades of Royal Blue #3061FF
Tints of Royal Blue #3061FF
RGB
CMYK
RGB Variations
Color information
#3061FF (or 0x3061FF) is known color: Royal Blue. HEX triplet: 30, 61 and FF. RGB value is (48,97,255). Sum of RGB (Red+Green+Blue) = 48+97+255=400 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #3061FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3061FF is #CF9E00. Grayscale: #636363. Windows color (decimal): -13606401 or 16736560. OLE color: 16736560.
HSL color Cylindrical-coordinate representation of color #3061FF: hue angle of 225.8º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3061FF is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 97 | 255 | - |
| CMYK | 0.81 | 0.62 | 0 | 0 |
| HSL | 225.8º | 1% | 0.59% | - |
| HSV(B) | 225.8º | 0.81% | 1% | - |
| XYZ | 23.54 | 16.4 | 96.53 | - |
| YUV | 100.36 | 215.27 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 97 | 255 | 0.81 | 0.62 | 0 | 0 | 225.8 | 1 | 0.59 |
| Hex | 30 | 61 | FF | 51 | 3E | 0 | 0 | E2 | 64 | 3B |
| Octal | 60 | 141 | 377 | 121 | 76 | 0 | 0 | 342 | 144 | 73 |
| Binary | 110000 | 1100001 | 11111111 | 1010001 | 111110 | 0 | 0 | 11100010 | 1100100 | 111011 |
Color Harmonies of #3061FF
Complementary color
Monochromatic Colors of #3061FF
Black with #3061FF
Text Example
Text Example
White with #3061FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3061FF; }
p { color: rgb(48,97,255); }
H1.HeaderClassName
{
color: #3061FF;
}
.AnyTagClassName
{
color: #3061FF;
}
</style>
background-color css
<style>
a { background-color: #3061FF; }
a { background-color: rgb(48,97,255); }
div.DivClassName
{
background-color: #3061FF;
}
.BgClassName
{
background-color: #3061FF;
}
</style>
border-color css
<style>
span { border-color: #3061FF; }
span { border-color: rgb(48,97,255); }
td.TdClassName
{
border-color: #3061FF;
}
.TagClassName
{
border-color: #3061FF;
}
</style>