Shades of Royal Blue #3062D9
Tints of Royal Blue #3062D9
RGB
CMYK
RGB Variations
Color information
#3062D9 (or 0x3062D9) is known color: Royal Blue. HEX triplet: 30, 62 and D9. RGB value is (48,98,217). Sum of RGB (Red+Green+Blue) = 48+98+217=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 217 (85.16% from 255 or 59.78% from 363); Max value from RGB is 217 - color contains mainly: blue. Hex color #3062D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3062D9 is #CF9D26. Grayscale: #606060. Windows color (decimal): -13606183 or 14246448. OLE color: 14246448.
HSL color Cylindrical-coordinate representation of color #3062D9: hue angle of 222.25º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3062D9 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 98 | 217 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.15 |
| HSL | 222.25º | 0.69% | 0.52% | - |
| HSV(B) | 222.25º | 0.78% | 0.85% | - |
| XYZ | 18.11 | 14.37 | 67.47 | - |
| YUV | 96.62 | 195.94 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 98 | 217 | 0.78 | 0.55 | 0 | 0.15 | 222.25 | 0.69 | 0.52 |
| Hex | 30 | 62 | D9 | 4E | 37 | 0 | F | DE | 45 | 34 |
| Octal | 60 | 142 | 331 | 116 | 67 | 0 | 17 | 336 | 105 | 64 |
| Binary | 110000 | 1100010 | 11011001 | 1001110 | 110111 | 0 | 1111 | 11011110 | 1000101 | 110100 |
Color Harmonies of #3062D9
Complementary color
Monochromatic Colors of #3062D9
Black with #3062D9
Text Example
Text Example
White with #3062D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3062D9; }
p { color: rgb(48,98,217); }
H1.HeaderClassName
{
color: #3062D9;
}
.AnyTagClassName
{
color: #3062D9;
}
</style>
background-color css
<style>
a { background-color: #3062D9; }
a { background-color: rgb(48,98,217); }
div.DivClassName
{
background-color: #3062D9;
}
.BgClassName
{
background-color: #3062D9;
}
</style>
border-color css
<style>
span { border-color: #3062D9; }
span { border-color: rgb(48,98,217); }
td.TdClassName
{
border-color: #3062D9;
}
.TagClassName
{
border-color: #3062D9;
}
</style>