Shades of Royal Blue #3068DD
Tints of Royal Blue #3068DD
RGB
CMYK
RGB Variations
Color information
#3068DD (or 0x3068DD) is known color: Royal Blue. HEX triplet: 30, 68 and DD. RGB value is (48,104,221). Sum of RGB (Red+Green+Blue) = 48+104+221=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #3068DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3068DD is #CF9722. Grayscale: #646464. Windows color (decimal): -13604643 or 14510128. OLE color: 14510128.
HSL color Cylindrical-coordinate representation of color #3068DD: hue angle of 220.58º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3068DD is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 104 | 221 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.13 |
| HSL | 220.58º | 0.72% | 0.53% | - |
| HSV(B) | 220.58º | 0.78% | 0.87% | - |
| XYZ | 19.22 | 15.75 | 70.43 | - |
| YUV | 100.59 | 195.95 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 104 | 221 | 0.78 | 0.53 | 0 | 0.13 | 220.58 | 0.72 | 0.53 |
| Hex | 30 | 68 | DD | 4E | 35 | 0 | D | DD | 48 | 35 |
| Octal | 60 | 150 | 335 | 116 | 65 | 0 | 15 | 335 | 110 | 65 |
| Binary | 110000 | 1101000 | 11011101 | 1001110 | 110101 | 0 | 1101 | 11011101 | 1001000 | 110101 |
Color Harmonies of #3068DD
Complementary color
Monochromatic Colors of #3068DD
Black with #3068DD
Text Example
Text Example
White with #3068DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3068DD; }
p { color: rgb(48,104,221); }
H1.HeaderClassName
{
color: #3068DD;
}
.AnyTagClassName
{
color: #3068DD;
}
</style>
background-color css
<style>
a { background-color: #3068DD; }
a { background-color: rgb(48,104,221); }
div.DivClassName
{
background-color: #3068DD;
}
.BgClassName
{
background-color: #3068DD;
}
</style>
border-color css
<style>
span { border-color: #3068DD; }
span { border-color: rgb(48,104,221); }
td.TdClassName
{
border-color: #3068DD;
}
.TagClassName
{
border-color: #3068DD;
}
</style>