Shades of Royal Blue #3075D4
Tints of Royal Blue #3075D4
RGB
CMYK
RGB Variations
Color information
#3075D4 (or 0x3075D4) is known color: Royal Blue. HEX triplet: 30, 75 and D4. RGB value is (48,117,212). Sum of RGB (Red+Green+Blue) = 48+117+212=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 212 (83.20% from 255 or 56.23% from 377); Max value from RGB is 212 - color contains mainly: blue. Hex color #3075D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3075D4 is #CF8A2B. Grayscale: #6A6A6A. Windows color (decimal): -13601324 or 13923632. OLE color: 13923632.
HSL color Cylindrical-coordinate representation of color #3075D4: hue angle of 214.76º 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 #3075D4 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 117 | 212 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.17 |
| HSL | 214.76º | 0.66% | 0.51% | - |
| HSV(B) | 214.76º | 0.77% | 0.83% | - |
| XYZ | 19.46 | 18.1 | 64.76 | - |
| YUV | 107.2 | 187.14 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 117 | 212 | 0.77 | 0.45 | 0 | 0.17 | 214.76 | 0.66 | 0.51 |
| Hex | 30 | 75 | D4 | 4D | 2D | 0 | 11 | D7 | 42 | 33 |
| Octal | 60 | 165 | 324 | 115 | 55 | 0 | 21 | 327 | 102 | 63 |
| Binary | 110000 | 1110101 | 11010100 | 1001101 | 101101 | 0 | 10001 | 11010111 | 1000010 | 110011 |
Color Harmonies of #3075D4
Complementary color
Monochromatic Colors of #3075D4
Black with #3075D4
Text Example
Text Example
White with #3075D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3075D4; }
p { color: rgb(48,117,212); }
H1.HeaderClassName
{
color: #3075D4;
}
.AnyTagClassName
{
color: #3075D4;
}
</style>
background-color css
<style>
a { background-color: #3075D4; }
a { background-color: rgb(48,117,212); }
div.DivClassName
{
background-color: #3075D4;
}
.BgClassName
{
background-color: #3075D4;
}
</style>
border-color css
<style>
span { border-color: #3075D4; }
span { border-color: rgb(48,117,212); }
td.TdClassName
{
border-color: #3075D4;
}
.TagClassName
{
border-color: #3075D4;
}
</style>