Shades of Royal Blue #3067DF
Tints of Royal Blue #3067DF
RGB
CMYK
RGB Variations
Color information
#3067DF (or 0x3067DF) is known color: Royal Blue. HEX triplet: 30, 67 and DF. RGB value is (48,103,223). Sum of RGB (Red+Green+Blue) = 48+103+223=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #3067DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3067DF is #CF9820. Grayscale: #636363. Windows color (decimal): -13604897 or 14640944. OLE color: 14640944.
HSL color Cylindrical-coordinate representation of color #3067DF: hue angle of 221.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3067DF is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 103 | 223 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.13 |
| HSL | 221.14º | 0.73% | 0.53% | - |
| HSV(B) | 221.14º | 0.78% | 0.87% | - |
| XYZ | 19.39 | 15.66 | 71.81 | - |
| YUV | 100.24 | 197.28 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 103 | 223 | 0.78 | 0.54 | 0 | 0.13 | 221.14 | 0.73 | 0.53 |
| Hex | 30 | 67 | DF | 4E | 36 | 0 | D | DD | 49 | 35 |
| Octal | 60 | 147 | 337 | 116 | 66 | 0 | 15 | 335 | 111 | 65 |
| Binary | 110000 | 1100111 | 11011111 | 1001110 | 110110 | 0 | 1101 | 11011101 | 1001001 | 110101 |
Color Harmonies of #3067DF
Complementary color
Monochromatic Colors of #3067DF
Black with #3067DF
Text Example
Text Example
White with #3067DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3067DF; }
p { color: rgb(48,103,223); }
H1.HeaderClassName
{
color: #3067DF;
}
.AnyTagClassName
{
color: #3067DF;
}
</style>
background-color css
<style>
a { background-color: #3067DF; }
a { background-color: rgb(48,103,223); }
div.DivClassName
{
background-color: #3067DF;
}
.BgClassName
{
background-color: #3067DF;
}
</style>
border-color css
<style>
span { border-color: #3067DF; }
span { border-color: rgb(48,103,223); }
td.TdClassName
{
border-color: #3067DF;
}
.TagClassName
{
border-color: #3067DF;
}
</style>