Shades of Royal Blue #3067E2
Tints of Royal Blue #3067E2
RGB
CMYK
RGB Variations
Color information
#3067E2 (or 0x3067E2) is known color: Royal Blue. HEX triplet: 30, 67 and E2. RGB value is (48,103,226). Sum of RGB (Red+Green+Blue) = 48+103+226=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 226 (88.67% from 255 or 59.95% from 377); Max value from RGB is 226 - color contains mainly: blue. Hex color #3067E2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3067E2 is #CF981D. Grayscale: #646464. Windows color (decimal): -13604894 or 14837552. OLE color: 14837552.
HSL color Cylindrical-coordinate representation of color #3067E2: hue angle of 221.46º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3067E2 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 103 | 226 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.11 |
| HSL | 221.46º | 0.75% | 0.54% | - |
| HSV(B) | 221.46º | 0.79% | 0.89% | - |
| XYZ | 19.8 | 15.82 | 73.96 | - |
| YUV | 100.58 | 198.78 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 103 | 226 | 0.79 | 0.54 | 0 | 0.11 | 221.46 | 0.75 | 0.54 |
| Hex | 30 | 67 | E2 | 4F | 36 | 0 | B | DD | 4B | 36 |
| Octal | 60 | 147 | 342 | 117 | 66 | 0 | 13 | 335 | 113 | 66 |
| Binary | 110000 | 1100111 | 11100010 | 1001111 | 110110 | 0 | 1011 | 11011101 | 1001011 | 110110 |
Color Harmonies of #3067E2
Complementary color
Monochromatic Colors of #3067E2
Black with #3067E2
Text Example
Text Example
White with #3067E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3067E2; }
p { color: rgb(48,103,226); }
H1.HeaderClassName
{
color: #3067E2;
}
.AnyTagClassName
{
color: #3067E2;
}
</style>
background-color css
<style>
a { background-color: #3067E2; }
a { background-color: rgb(48,103,226); }
div.DivClassName
{
background-color: #3067E2;
}
.BgClassName
{
background-color: #3067E2;
}
</style>
border-color css
<style>
span { border-color: #3067E2; }
span { border-color: rgb(48,103,226); }
td.TdClassName
{
border-color: #3067E2;
}
.TagClassName
{
border-color: #3067E2;
}
</style>