Shades of Royal Blue #3065DB
Tints of Royal Blue #3065DB
RGB
CMYK
RGB Variations
Color information
#3065DB (or 0x3065DB) is known color: Royal Blue. HEX triplet: 30, 65 and DB. RGB value is (48,101,219). Sum of RGB (Red+Green+Blue) = 48+101+219=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #3065DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3065DB is #CF9A24. Grayscale: #626262. Windows color (decimal): -13605413 or 14378288. OLE color: 14378288.
HSL color Cylindrical-coordinate representation of color #3065DB: hue angle of 221.4º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3065DB is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 101 | 219 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.14 |
| HSL | 221.4º | 0.7% | 0.52% | - |
| HSV(B) | 221.4º | 0.78% | 0.86% | - |
| XYZ | 18.66 | 15.05 | 68.94 | - |
| YUV | 98.61 | 195.94 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 219 | 0.78 | 0.54 | 0 | 0.14 | 221.4 | 0.7 | 0.52 |
| Hex | 30 | 65 | DB | 4E | 36 | 0 | E | DD | 46 | 34 |
| Octal | 60 | 145 | 333 | 116 | 66 | 0 | 16 | 335 | 106 | 64 |
| Binary | 110000 | 1100101 | 11011011 | 1001110 | 110110 | 0 | 1110 | 11011101 | 1000110 | 110100 |
Color Harmonies of #3065DB
Complementary color
Monochromatic Colors of #3065DB
Black with #3065DB
Text Example
Text Example
White with #3065DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3065DB; }
p { color: rgb(48,101,219); }
H1.HeaderClassName
{
color: #3065DB;
}
.AnyTagClassName
{
color: #3065DB;
}
</style>
background-color css
<style>
a { background-color: #3065DB; }
a { background-color: rgb(48,101,219); }
div.DivClassName
{
background-color: #3065DB;
}
.BgClassName
{
background-color: #3065DB;
}
</style>
border-color css
<style>
span { border-color: #3065DB; }
span { border-color: rgb(48,101,219); }
td.TdClassName
{
border-color: #3065DB;
}
.TagClassName
{
border-color: #3065DB;
}
</style>