Shades of Royal Blue #306AD1
Tints of Royal Blue #306AD1
RGB
CMYK
RGB Variations
Color information
#306AD1 (or 0x306AD1) is known color: Royal Blue. HEX triplet: 30, 6A and D1. RGB value is (48,106,209). Sum of RGB (Red+Green+Blue) = 48+106+209=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 209 (82.03% from 255 or 57.58% from 363); Max value from RGB is 209 - color contains mainly: blue. Hex color #306AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306AD1 is #CF952E. Grayscale: #636363. Windows color (decimal): -13604143 or 13724208. OLE color: 13724208.
HSL color Cylindrical-coordinate representation of color #306AD1: hue angle of 218.39º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #306AD1 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 106 | 209 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.18 |
| HSL | 218.39º | 0.64% | 0.5% | - |
| HSV(B) | 218.39º | 0.77% | 0.82% | - |
| XYZ | 17.88 | 15.54 | 62.38 | - |
| YUV | 100.4 | 189.28 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 106 | 209 | 0.77 | 0.49 | 0 | 0.18 | 218.39 | 0.64 | 0.5 |
| Hex | 30 | 6A | D1 | 4D | 31 | 0 | 12 | DA | 40 | 32 |
| Octal | 60 | 152 | 321 | 115 | 61 | 0 | 22 | 332 | 100 | 62 |
| Binary | 110000 | 1101010 | 11010001 | 1001101 | 110001 | 0 | 10010 | 11011010 | 1000000 | 110010 |
Color Harmonies of #306AD1
Complementary color
Monochromatic Colors of #306AD1
Black with #306AD1
Text Example
Text Example
White with #306AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306AD1; }
p { color: rgb(48,106,209); }
H1.HeaderClassName
{
color: #306AD1;
}
.AnyTagClassName
{
color: #306AD1;
}
</style>
background-color css
<style>
a { background-color: #306AD1; }
a { background-color: rgb(48,106,209); }
div.DivClassName
{
background-color: #306AD1;
}
.BgClassName
{
background-color: #306AD1;
}
</style>
border-color css
<style>
span { border-color: #306AD1; }
span { border-color: rgb(48,106,209); }
td.TdClassName
{
border-color: #306AD1;
}
.TagClassName
{
border-color: #306AD1;
}
</style>