Shades of Royal Blue #306CDB
Tints of Royal Blue #306CDB
RGB
CMYK
RGB Variations
Color information
#306CDB (or 0x306CDB) is known color: Royal Blue. HEX triplet: 30, 6C and DB. RGB value is (48,108,219). Sum of RGB (Red+Green+Blue) = 48+108+219=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #306CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306CDB is #CF9324. Grayscale: #666666. Windows color (decimal): -13603621 or 14380080. OLE color: 14380080.
HSL color Cylindrical-coordinate representation of color #306CDB: hue angle of 218.95º 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 #306CDB is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 108 | 219 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.14 |
| HSL | 218.95º | 0.7% | 0.52% | - |
| HSV(B) | 218.95º | 0.78% | 0.86% | - |
| XYZ | 19.37 | 16.47 | 69.18 | - |
| YUV | 102.71 | 193.62 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 108 | 219 | 0.78 | 0.51 | 0 | 0.14 | 218.95 | 0.7 | 0.52 |
| Hex | 30 | 6C | DB | 4E | 33 | 0 | E | DB | 46 | 34 |
| Octal | 60 | 154 | 333 | 116 | 63 | 0 | 16 | 333 | 106 | 64 |
| Binary | 110000 | 1101100 | 11011011 | 1001110 | 110011 | 0 | 1110 | 11011011 | 1000110 | 110100 |
Color Harmonies of #306CDB
Complementary color
Monochromatic Colors of #306CDB
Black with #306CDB
Text Example
Text Example
White with #306CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306CDB; }
p { color: rgb(48,108,219); }
H1.HeaderClassName
{
color: #306CDB;
}
.AnyTagClassName
{
color: #306CDB;
}
</style>
background-color css
<style>
a { background-color: #306CDB; }
a { background-color: rgb(48,108,219); }
div.DivClassName
{
background-color: #306CDB;
}
.BgClassName
{
background-color: #306CDB;
}
</style>
border-color css
<style>
span { border-color: #306CDB; }
span { border-color: rgb(48,108,219); }
td.TdClassName
{
border-color: #306CDB;
}
.TagClassName
{
border-color: #306CDB;
}
</style>