Shades of Royal Blue #3076F3
Tints of Royal Blue #3076F3
RGB
CMYK
RGB Variations
Color information
#3076F3 (or 0x3076F3) is known color: Royal Blue. HEX triplet: 30, 76 and F3. RGB value is (48,118,243). Sum of RGB (Red+Green+Blue) = 48+118+243=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 243 (95.31% from 255 or 59.41% from 409); Max value from RGB is 243 - color contains mainly: blue. Hex color #3076F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3076F3 is #CF890C. Grayscale: #6E6E6E. Windows color (decimal): -13601037 or 15955504. OLE color: 15955504.
HSL color Cylindrical-coordinate representation of color #3076F3: hue angle of 218.46º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3076F3 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 118 | 243 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.05 |
| HSL | 218.46º | 0.89% | 0.57% | - |
| HSV(B) | 218.46º | 0.8% | 0.95% | - |
| XYZ | 23.88 | 20.06 | 87.41 | - |
| YUV | 111.32 | 202.31 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 118 | 243 | 0.80 | 0.51 | 0 | 0.05 | 218.46 | 0.89 | 0.57 |
| Hex | 30 | 76 | F3 | 50 | 33 | 0 | 5 | DA | 59 | 39 |
| Octal | 60 | 166 | 363 | 120 | 63 | 0 | 5 | 332 | 131 | 71 |
| Binary | 110000 | 1110110 | 11110011 | 1010000 | 110011 | 0 | 101 | 11011010 | 1011001 | 111001 |
Color Harmonies of #3076F3
Complementary color
Monochromatic Colors of #3076F3
Black with #3076F3
Text Example
Text Example
White with #3076F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3076F3; }
p { color: rgb(48,118,243); }
H1.HeaderClassName
{
color: #3076F3;
}
.AnyTagClassName
{
color: #3076F3;
}
</style>
background-color css
<style>
a { background-color: #3076F3; }
a { background-color: rgb(48,118,243); }
div.DivClassName
{
background-color: #3076F3;
}
.BgClassName
{
background-color: #3076F3;
}
</style>
border-color css
<style>
span { border-color: #3076F3; }
span { border-color: rgb(48,118,243); }
td.TdClassName
{
border-color: #3076F3;
}
.TagClassName
{
border-color: #3076F3;
}
</style>