Shades of Royal Blue #3067FA
Tints of Royal Blue #3067FA
RGB
CMYK
RGB Variations
Color information
#3067FA (or 0x3067FA) is known color: Royal Blue. HEX triplet: 30, 67 and FA. RGB value is (48,103,250). Sum of RGB (Red+Green+Blue) = 48+103+250=401 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.97% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #3067FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3067FA is #CF9805. Grayscale: #666666. Windows color (decimal): -13604870 or 16410416. OLE color: 16410416.
HSL color Cylindrical-coordinate representation of color #3067FA: hue angle of 223.66º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3067FA is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 103 | 250 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.02 |
| HSL | 223.66º | 0.95% | 0.58% | - |
| HSV(B) | 223.66º | 0.81% | 0.98% | - |
| XYZ | 23.32 | 17.23 | 92.54 | - |
| YUV | 103.31 | 210.78 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 103 | 250 | 0.81 | 0.59 | 0 | 0.02 | 223.66 | 0.95 | 0.58 |
| Hex | 30 | 67 | FA | 51 | 3B | 0 | 2 | E0 | 5F | 3A |
| Octal | 60 | 147 | 372 | 121 | 73 | 0 | 2 | 340 | 137 | 72 |
| Binary | 110000 | 1100111 | 11111010 | 1010001 | 111011 | 0 | 10 | 11100000 | 1011111 | 111010 |
Color Harmonies of #3067FA
Complementary color
Monochromatic Colors of #3067FA
Black with #3067FA
Text Example
Text Example
White with #3067FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3067FA; }
p { color: rgb(48,103,250); }
H1.HeaderClassName
{
color: #3067FA;
}
.AnyTagClassName
{
color: #3067FA;
}
</style>
background-color css
<style>
a { background-color: #3067FA; }
a { background-color: rgb(48,103,250); }
div.DivClassName
{
background-color: #3067FA;
}
.BgClassName
{
background-color: #3067FA;
}
</style>
border-color css
<style>
span { border-color: #3067FA; }
span { border-color: rgb(48,103,250); }
td.TdClassName
{
border-color: #3067FA;
}
.TagClassName
{
border-color: #3067FA;
}
</style>