Shades of Royal Blue #306BDC
Tints of Royal Blue #306BDC
RGB
CMYK
RGB Variations
Color information
#306BDC (or 0x306BDC) is known color: Royal Blue. HEX triplet: 30, 6B and DC. RGB value is (48,107,220). Sum of RGB (Red+Green+Blue) = 48+107+220=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #306BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306BDC is #CF9423. Grayscale: #656565. Windows color (decimal): -13603876 or 14445360. OLE color: 14445360.
HSL color Cylindrical-coordinate representation of color #306BDC: hue angle of 219.42º 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 #306BDC is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 107 | 220 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.14 |
| HSL | 219.42º | 0.71% | 0.53% | - |
| HSV(B) | 219.42º | 0.78% | 0.86% | - |
| XYZ | 19.39 | 16.31 | 69.84 | - |
| YUV | 102.24 | 194.45 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 107 | 220 | 0.78 | 0.51 | 0 | 0.14 | 219.42 | 0.71 | 0.53 |
| Hex | 30 | 6B | DC | 4E | 33 | 0 | E | DB | 47 | 35 |
| Octal | 60 | 153 | 334 | 116 | 63 | 0 | 16 | 333 | 107 | 65 |
| Binary | 110000 | 1101011 | 11011100 | 1001110 | 110011 | 0 | 1110 | 11011011 | 1000111 | 110101 |
Color Harmonies of #306BDC
Complementary color
Monochromatic Colors of #306BDC
Black with #306BDC
Text Example
Text Example
White with #306BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306BDC; }
p { color: rgb(48,107,220); }
H1.HeaderClassName
{
color: #306BDC;
}
.AnyTagClassName
{
color: #306BDC;
}
</style>
background-color css
<style>
a { background-color: #306BDC; }
a { background-color: rgb(48,107,220); }
div.DivClassName
{
background-color: #306BDC;
}
.BgClassName
{
background-color: #306BDC;
}
</style>
border-color css
<style>
span { border-color: #306BDC; }
span { border-color: rgb(48,107,220); }
td.TdClassName
{
border-color: #306BDC;
}
.TagClassName
{
border-color: #306BDC;
}
</style>