Shades of Royal Blue #3074EF
Tints of Royal Blue #3074EF
RGB
CMYK
RGB Variations
Color information
#3074EF (or 0x3074EF) is known color: Royal Blue. HEX triplet: 30, 74 and EF. RGB value is (48,116,239). Sum of RGB (Red+Green+Blue) = 48+116+239=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #3074EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3074EF is #CF8B10. Grayscale: #6D6D6D. Windows color (decimal): -13601553 or 15692848. OLE color: 15692848.
HSL color Cylindrical-coordinate representation of color #3074EF: hue angle of 218.64º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3074EF is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 116 | 239 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.06 |
| HSL | 218.64º | 0.86% | 0.56% | - |
| HSV(B) | 218.64º | 0.8% | 0.94% | - |
| XYZ | 23.04 | 19.35 | 84.18 | - |
| YUV | 109.69 | 200.97 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 116 | 239 | 0.80 | 0.51 | 0 | 0.06 | 218.64 | 0.86 | 0.56 |
| Hex | 30 | 74 | EF | 50 | 33 | 0 | 6 | DB | 56 | 38 |
| Octal | 60 | 164 | 357 | 120 | 63 | 0 | 6 | 333 | 126 | 70 |
| Binary | 110000 | 1110100 | 11101111 | 1010000 | 110011 | 0 | 110 | 11011011 | 1010110 | 111000 |
Color Harmonies of #3074EF
Complementary color
Monochromatic Colors of #3074EF
Black with #3074EF
Text Example
Text Example
White with #3074EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3074EF; }
p { color: rgb(48,116,239); }
H1.HeaderClassName
{
color: #3074EF;
}
.AnyTagClassName
{
color: #3074EF;
}
</style>
background-color css
<style>
a { background-color: #3074EF; }
a { background-color: rgb(48,116,239); }
div.DivClassName
{
background-color: #3074EF;
}
.BgClassName
{
background-color: #3074EF;
}
</style>
border-color css
<style>
span { border-color: #3074EF; }
span { border-color: rgb(48,116,239); }
td.TdClassName
{
border-color: #3074EF;
}
.TagClassName
{
border-color: #3074EF;
}
</style>