Shades of Royal Blue #306DDB
Tints of Royal Blue #306DDB
RGB
CMYK
RGB Variations
Color information
#306DDB (or 0x306DDB) is known color: Royal Blue. HEX triplet: 30, 6D and DB. RGB value is (48,109,219). Sum of RGB (Red+Green+Blue) = 48+109+219=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #306DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306DDB is #CF9224. Grayscale: #666666. Windows color (decimal): -13603365 or 14380336. OLE color: 14380336.
HSL color Cylindrical-coordinate representation of color #306DDB: hue angle of 218.6º 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 #306DDB is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 109 | 219 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.14 |
| HSL | 218.6º | 0.7% | 0.52% | - |
| HSV(B) | 218.6º | 0.78% | 0.86% | - |
| XYZ | 19.47 | 16.68 | 69.21 | - |
| YUV | 103.3 | 193.29 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 109 | 219 | 0.78 | 0.50 | 0 | 0.14 | 218.6 | 0.7 | 0.52 |
| Hex | 30 | 6D | DB | 4E | 32 | 0 | E | DB | 46 | 34 |
| Octal | 60 | 155 | 333 | 116 | 62 | 0 | 16 | 333 | 106 | 64 |
| Binary | 110000 | 1101101 | 11011011 | 1001110 | 110010 | 0 | 1110 | 11011011 | 1000110 | 110100 |
Color Harmonies of #306DDB
Complementary color
Monochromatic Colors of #306DDB
Black with #306DDB
Text Example
Text Example
White with #306DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306DDB; }
p { color: rgb(48,109,219); }
H1.HeaderClassName
{
color: #306DDB;
}
.AnyTagClassName
{
color: #306DDB;
}
</style>
background-color css
<style>
a { background-color: #306DDB; }
a { background-color: rgb(48,109,219); }
div.DivClassName
{
background-color: #306DDB;
}
.BgClassName
{
background-color: #306DDB;
}
</style>
border-color css
<style>
span { border-color: #306DDB; }
span { border-color: rgb(48,109,219); }
td.TdClassName
{
border-color: #306DDB;
}
.TagClassName
{
border-color: #306DDB;
}
</style>