Shades of Royal Blue #3067F6
Tints of Royal Blue #3067F6
RGB
CMYK
RGB Variations
Color information
#3067F6 (or 0x3067F6) is known color: Royal Blue. HEX triplet: 30, 67 and F6. RGB value is (48,103,246). Sum of RGB (Red+Green+Blue) = 48+103+246=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 246 (96.48% from 255 or 61.96% from 397); Max value from RGB is 246 - color contains mainly: blue. Hex color #3067F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3067F6 is #CF9809. Grayscale: #666666. Windows color (decimal): -13604874 or 16148272. OLE color: 16148272.
HSL color Cylindrical-coordinate representation of color #3067F6: hue angle of 223.33º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3067F6 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 103 | 246 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.04 |
| HSL | 223.33º | 0.92% | 0.58% | - |
| HSV(B) | 223.33º | 0.8% | 0.96% | - |
| XYZ | 22.7 | 16.98 | 89.27 | - |
| YUV | 102.86 | 208.78 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 103 | 246 | 0.80 | 0.58 | 0 | 0.04 | 223.33 | 0.92 | 0.58 |
| Hex | 30 | 67 | F6 | 50 | 3A | 0 | 4 | DF | 5C | 3A |
| Octal | 60 | 147 | 366 | 120 | 72 | 0 | 4 | 337 | 134 | 72 |
| Binary | 110000 | 1100111 | 11110110 | 1010000 | 111010 | 0 | 100 | 11011111 | 1011100 | 111010 |
Color Harmonies of #3067F6
Complementary color
Monochromatic Colors of #3067F6
Black with #3067F6
Text Example
Text Example
White with #3067F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3067F6; }
p { color: rgb(48,103,246); }
H1.HeaderClassName
{
color: #3067F6;
}
.AnyTagClassName
{
color: #3067F6;
}
</style>
background-color css
<style>
a { background-color: #3067F6; }
a { background-color: rgb(48,103,246); }
div.DivClassName
{
background-color: #3067F6;
}
.BgClassName
{
background-color: #3067F6;
}
</style>
border-color css
<style>
span { border-color: #3067F6; }
span { border-color: rgb(48,103,246); }
td.TdClassName
{
border-color: #3067F6;
}
.TagClassName
{
border-color: #3067F6;
}
</style>