Shades of Royal Blue #306CDC
Tints of Royal Blue #306CDC
RGB
CMYK
RGB Variations
Color information
#306CDC (or 0x306CDC) is known color: Royal Blue. HEX triplet: 30, 6C and DC. RGB value is (48,108,220). Sum of RGB (Red+Green+Blue) = 48+108+220=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #306CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306CDC is #CF9323. Grayscale: #666666. Windows color (decimal): -13603620 or 14445616. OLE color: 14445616.
HSL color Cylindrical-coordinate representation of color #306CDC: hue angle of 219.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #306CDC is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 108 | 220 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.14 |
| HSL | 219.07º | 0.71% | 0.53% | - |
| HSV(B) | 219.07º | 0.78% | 0.86% | - |
| XYZ | 19.5 | 16.52 | 69.87 | - |
| YUV | 102.83 | 194.12 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 108 | 220 | 0.78 | 0.51 | 0 | 0.14 | 219.07 | 0.71 | 0.53 |
| Hex | 30 | 6C | DC | 4E | 33 | 0 | E | DB | 47 | 35 |
| Octal | 60 | 154 | 334 | 116 | 63 | 0 | 16 | 333 | 107 | 65 |
| Binary | 110000 | 1101100 | 11011100 | 1001110 | 110011 | 0 | 1110 | 11011011 | 1000111 | 110101 |
Color Harmonies of #306CDC
Complementary color
Monochromatic Colors of #306CDC
Black with #306CDC
Text Example
Text Example
White with #306CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306CDC; }
p { color: rgb(48,108,220); }
H1.HeaderClassName
{
color: #306CDC;
}
.AnyTagClassName
{
color: #306CDC;
}
</style>
background-color css
<style>
a { background-color: #306CDC; }
a { background-color: rgb(48,108,220); }
div.DivClassName
{
background-color: #306CDC;
}
.BgClassName
{
background-color: #306CDC;
}
</style>
border-color css
<style>
span { border-color: #306CDC; }
span { border-color: rgb(48,108,220); }
td.TdClassName
{
border-color: #306CDC;
}
.TagClassName
{
border-color: #306CDC;
}
</style>