Shades of Royal Blue #3067DC
Tints of Royal Blue #3067DC
RGB
CMYK
RGB Variations
Color information
#3067DC (or 0x3067DC) is known color: Royal Blue. HEX triplet: 30, 67 and DC. RGB value is (48,103,220). Sum of RGB (Red+Green+Blue) = 48+103+220=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #3067DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3067DC is #CF9823. Grayscale: #636363. Windows color (decimal): -13604900 or 14444336. OLE color: 14444336.
HSL color Cylindrical-coordinate representation of color #3067DC: hue angle of 220.81º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3067DC is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 103 | 220 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.14 |
| HSL | 220.81º | 0.71% | 0.53% | - |
| HSV(B) | 220.81º | 0.78% | 0.86% | - |
| XYZ | 18.99 | 15.5 | 69.7 | - |
| YUV | 99.89 | 195.78 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 103 | 220 | 0.78 | 0.53 | 0 | 0.14 | 220.81 | 0.71 | 0.53 |
| Hex | 30 | 67 | DC | 4E | 35 | 0 | E | DD | 47 | 35 |
| Octal | 60 | 147 | 334 | 116 | 65 | 0 | 16 | 335 | 107 | 65 |
| Binary | 110000 | 1100111 | 11011100 | 1001110 | 110101 | 0 | 1110 | 11011101 | 1000111 | 110101 |
Color Harmonies of #3067DC
Complementary color
Monochromatic Colors of #3067DC
Black with #3067DC
Text Example
Text Example
White with #3067DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3067DC; }
p { color: rgb(48,103,220); }
H1.HeaderClassName
{
color: #3067DC;
}
.AnyTagClassName
{
color: #3067DC;
}
</style>
background-color css
<style>
a { background-color: #3067DC; }
a { background-color: rgb(48,103,220); }
div.DivClassName
{
background-color: #3067DC;
}
.BgClassName
{
background-color: #3067DC;
}
</style>
border-color css
<style>
span { border-color: #3067DC; }
span { border-color: rgb(48,103,220); }
td.TdClassName
{
border-color: #3067DC;
}
.TagClassName
{
border-color: #3067DC;
}
</style>