Shades of Royal Blue #3074D4
Tints of Royal Blue #3074D4
RGB
CMYK
RGB Variations
Color information
#3074D4 (or 0x3074D4) is known color: Royal Blue. HEX triplet: 30, 74 and D4. RGB value is (48,116,212). Sum of RGB (Red+Green+Blue) = 48+116+212=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 212 (83.20% from 255 or 56.38% from 376); Max value from RGB is 212 - color contains mainly: blue. Hex color #3074D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3074D4 is #CF8B2B. Grayscale: #6A6A6A. Windows color (decimal): -13601580 or 13923376. OLE color: 13923376.
HSL color Cylindrical-coordinate representation of color #3074D4: hue angle of 215.12º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3074D4 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 116 | 212 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.17 |
| HSL | 215.12º | 0.66% | 0.51% | - |
| HSV(B) | 215.12º | 0.77% | 0.83% | - |
| XYZ | 19.35 | 17.87 | 64.72 | - |
| YUV | 106.61 | 187.47 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 116 | 212 | 0.77 | 0.45 | 0 | 0.17 | 215.12 | 0.66 | 0.51 |
| Hex | 30 | 74 | D4 | 4D | 2D | 0 | 11 | D7 | 42 | 33 |
| Octal | 60 | 164 | 324 | 115 | 55 | 0 | 21 | 327 | 102 | 63 |
| Binary | 110000 | 1110100 | 11010100 | 1001101 | 101101 | 0 | 10001 | 11010111 | 1000010 | 110011 |
Color Harmonies of #3074D4
Complementary color
Monochromatic Colors of #3074D4
Black with #3074D4
Text Example
Text Example
White with #3074D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3074D4; }
p { color: rgb(48,116,212); }
H1.HeaderClassName
{
color: #3074D4;
}
.AnyTagClassName
{
color: #3074D4;
}
</style>
background-color css
<style>
a { background-color: #3074D4; }
a { background-color: rgb(48,116,212); }
div.DivClassName
{
background-color: #3074D4;
}
.BgClassName
{
background-color: #3074D4;
}
</style>
border-color css
<style>
span { border-color: #3074D4; }
span { border-color: rgb(48,116,212); }
td.TdClassName
{
border-color: #3074D4;
}
.TagClassName
{
border-color: #3074D4;
}
</style>