Shades of Royal Blue #3075EC
Tints of Royal Blue #3075EC
RGB
CMYK
RGB Variations
Color information
#3075EC (or 0x3075EC) is known color: Royal Blue. HEX triplet: 30, 75 and EC. RGB value is (48,117,236). Sum of RGB (Red+Green+Blue) = 48+117+236=401 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.97% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #3075EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3075EC is #CF8A13. Grayscale: #6D6D6D. Windows color (decimal): -13601300 or 15496496. OLE color: 15496496.
HSL color Cylindrical-coordinate representation of color #3075EC: hue angle of 217.98º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3075EC is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 117 | 236 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.07 |
| HSL | 217.98º | 0.83% | 0.56% | - |
| HSV(B) | 217.98º | 0.8% | 0.93% | - |
| XYZ | 22.72 | 19.41 | 81.91 | - |
| YUV | 109.94 | 199.14 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 117 | 236 | 0.80 | 0.50 | 0 | 0.07 | 217.98 | 0.83 | 0.56 |
| Hex | 30 | 75 | EC | 50 | 32 | 0 | 7 | DA | 53 | 38 |
| Octal | 60 | 165 | 354 | 120 | 62 | 0 | 7 | 332 | 123 | 70 |
| Binary | 110000 | 1110101 | 11101100 | 1010000 | 110010 | 0 | 111 | 11011010 | 1010011 | 111000 |
Color Harmonies of #3075EC
Complementary color
Monochromatic Colors of #3075EC
Black with #3075EC
Text Example
Text Example
White with #3075EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3075EC; }
p { color: rgb(48,117,236); }
H1.HeaderClassName
{
color: #3075EC;
}
.AnyTagClassName
{
color: #3075EC;
}
</style>
background-color css
<style>
a { background-color: #3075EC; }
a { background-color: rgb(48,117,236); }
div.DivClassName
{
background-color: #3075EC;
}
.BgClassName
{
background-color: #3075EC;
}
</style>
border-color css
<style>
span { border-color: #3075EC; }
span { border-color: rgb(48,117,236); }
td.TdClassName
{
border-color: #3075EC;
}
.TagClassName
{
border-color: #3075EC;
}
</style>