Shades of Royal Blue #3074DB
Tints of Royal Blue #3074DB
RGB
CMYK
RGB Variations
Color information
#3074DB (or 0x3074DB) is known color: Royal Blue. HEX triplet: 30, 74 and DB. RGB value is (48,116,219). Sum of RGB (Red+Green+Blue) = 48+116+219=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #3074DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3074DB is #CF8B24. Grayscale: #6A6A6A. Windows color (decimal): -13601573 or 14382128. OLE color: 14382128.
HSL color Cylindrical-coordinate representation of color #3074DB: hue angle of 216.14º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3074DB is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 116 | 219 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.14 |
| HSL | 216.14º | 0.7% | 0.52% | - |
| HSV(B) | 216.14º | 0.78% | 0.86% | - |
| XYZ | 20.25 | 18.23 | 69.47 | - |
| YUV | 107.41 | 190.97 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 116 | 219 | 0.78 | 0.47 | 0 | 0.14 | 216.14 | 0.7 | 0.52 |
| Hex | 30 | 74 | DB | 4E | 2F | 0 | E | D8 | 46 | 34 |
| Octal | 60 | 164 | 333 | 116 | 57 | 0 | 16 | 330 | 106 | 64 |
| Binary | 110000 | 1110100 | 11011011 | 1001110 | 101111 | 0 | 1110 | 11011000 | 1000110 | 110100 |
Color Harmonies of #3074DB
Complementary color
Monochromatic Colors of #3074DB
Black with #3074DB
Text Example
Text Example
White with #3074DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3074DB; }
p { color: rgb(48,116,219); }
H1.HeaderClassName
{
color: #3074DB;
}
.AnyTagClassName
{
color: #3074DB;
}
</style>
background-color css
<style>
a { background-color: #3074DB; }
a { background-color: rgb(48,116,219); }
div.DivClassName
{
background-color: #3074DB;
}
.BgClassName
{
background-color: #3074DB;
}
</style>
border-color css
<style>
span { border-color: #3074DB; }
span { border-color: rgb(48,116,219); }
td.TdClassName
{
border-color: #3074DB;
}
.TagClassName
{
border-color: #3074DB;
}
</style>