Shades of Royal Blue #3072D0
Tints of Royal Blue #3072D0
RGB
CMYK
RGB Variations
Color information
#3072D0 (or 0x3072D0) is known color: Royal Blue. HEX triplet: 30, 72 and D0. RGB value is (48,114,208). Sum of RGB (Red+Green+Blue) = 48+114+208=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 208 (81.64% from 255 or 56.22% from 370); Max value from RGB is 208 - color contains mainly: blue. Hex color #3072D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3072D0 is #CF8D2F. Grayscale: #686868. Windows color (decimal): -13602096 or 13660720. OLE color: 13660720.
HSL color Cylindrical-coordinate representation of color #3072D0: hue angle of 215.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3072D0 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 114 | 208 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.18 |
| HSL | 215.25º | 0.63% | 0.5% | - |
| HSV(B) | 215.25º | 0.77% | 0.82% | - |
| XYZ | 18.62 | 17.22 | 62.02 | - |
| YUV | 104.98 | 186.13 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 114 | 208 | 0.77 | 0.45 | 0 | 0.18 | 215.25 | 0.63 | 0.5 |
| Hex | 30 | 72 | D0 | 4D | 2D | 0 | 12 | D7 | 3F | 32 |
| Octal | 60 | 162 | 320 | 115 | 55 | 0 | 22 | 327 | 77 | 62 |
| Binary | 110000 | 1110010 | 11010000 | 1001101 | 101101 | 0 | 10010 | 11010111 | 111111 | 110010 |
Color Harmonies of #3072D0
Complementary color
Monochromatic Colors of #3072D0
Black with #3072D0
Text Example
Text Example
White with #3072D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3072D0; }
p { color: rgb(48,114,208); }
H1.HeaderClassName
{
color: #3072D0;
}
.AnyTagClassName
{
color: #3072D0;
}
</style>
background-color css
<style>
a { background-color: #3072D0; }
a { background-color: rgb(48,114,208); }
div.DivClassName
{
background-color: #3072D0;
}
.BgClassName
{
background-color: #3072D0;
}
</style>
border-color css
<style>
span { border-color: #3072D0; }
span { border-color: rgb(48,114,208); }
td.TdClassName
{
border-color: #3072D0;
}
.TagClassName
{
border-color: #3072D0;
}
</style>