Shades of Royal Blue #3060D2
Tints of Royal Blue #3060D2
RGB
CMYK
RGB Variations
Color information
#3060D2 (or 0x3060D2) is known color: Royal Blue. HEX triplet: 30, 60 and D2. RGB value is (48,96,210). Sum of RGB (Red+Green+Blue) = 48+96+210=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 210 (82.42% from 255 or 59.32% from 354); Max value from RGB is 210 - color contains mainly: blue. Hex color #3060D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3060D2 is #CF9F2D. Grayscale: #5E5E5E. Windows color (decimal): -13606702 or 13787184. OLE color: 13787184.
HSL color Cylindrical-coordinate representation of color #3060D2: hue angle of 222.22º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3060D2 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 96 | 210 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.18 |
| HSL | 222.22º | 0.64% | 0.51% | - |
| HSV(B) | 222.22º | 0.77% | 0.82% | - |
| XYZ | 17.03 | 13.65 | 62.71 | - |
| YUV | 94.64 | 193.1 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 96 | 210 | 0.77 | 0.54 | 0 | 0.18 | 222.22 | 0.64 | 0.51 |
| Hex | 30 | 60 | D2 | 4D | 36 | 0 | 12 | DE | 40 | 33 |
| Octal | 60 | 140 | 322 | 115 | 66 | 0 | 22 | 336 | 100 | 63 |
| Binary | 110000 | 1100000 | 11010010 | 1001101 | 110110 | 0 | 10010 | 11011110 | 1000000 | 110011 |
Color Harmonies of #3060D2
Complementary color
Monochromatic Colors of #3060D2
Black with #3060D2
Text Example
Text Example
White with #3060D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3060D2; }
p { color: rgb(48,96,210); }
H1.HeaderClassName
{
color: #3060D2;
}
.AnyTagClassName
{
color: #3060D2;
}
</style>
background-color css
<style>
a { background-color: #3060D2; }
a { background-color: rgb(48,96,210); }
div.DivClassName
{
background-color: #3060D2;
}
.BgClassName
{
background-color: #3060D2;
}
</style>
border-color css
<style>
span { border-color: #3060D2; }
span { border-color: rgb(48,96,210); }
td.TdClassName
{
border-color: #3060D2;
}
.TagClassName
{
border-color: #3060D2;
}
</style>