Shades of Royal Blue #306FD2
Tints of Royal Blue #306FD2
RGB
CMYK
RGB Variations
Color information
#306FD2 (or 0x306FD2) is known color: Royal Blue. HEX triplet: 30, 6F and D2. RGB value is (48,111,210). Sum of RGB (Red+Green+Blue) = 48+111+210=369 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.01% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 210 (82.42% from 255 or 56.91% from 369); Max value from RGB is 210 - color contains mainly: blue. Hex color #306FD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306FD2 is #CF902D. Grayscale: #666666. Windows color (decimal): -13602862 or 13791024. OLE color: 13791024.
HSL color Cylindrical-coordinate representation of color #306FD2: hue angle of 216.67º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #306FD2 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 111 | 210 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.18 |
| HSL | 216.67º | 0.64% | 0.51% | - |
| HSV(B) | 216.67º | 0.77% | 0.82% | - |
| XYZ | 18.54 | 16.65 | 63.21 | - |
| YUV | 103.45 | 188.13 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 210 | 0.77 | 0.47 | 0 | 0.18 | 216.67 | 0.64 | 0.51 |
| Hex | 30 | 6F | D2 | 4D | 2F | 0 | 12 | D9 | 40 | 33 |
| Octal | 60 | 157 | 322 | 115 | 57 | 0 | 22 | 331 | 100 | 63 |
| Binary | 110000 | 1101111 | 11010010 | 1001101 | 101111 | 0 | 10010 | 11011001 | 1000000 | 110011 |
Color Harmonies of #306FD2
Complementary color
Monochromatic Colors of #306FD2
Black with #306FD2
Text Example
Text Example
White with #306FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306FD2; }
p { color: rgb(48,111,210); }
H1.HeaderClassName
{
color: #306FD2;
}
.AnyTagClassName
{
color: #306FD2;
}
</style>
background-color css
<style>
a { background-color: #306FD2; }
a { background-color: rgb(48,111,210); }
div.DivClassName
{
background-color: #306FD2;
}
.BgClassName
{
background-color: #306FD2;
}
</style>
border-color css
<style>
span { border-color: #306FD2; }
span { border-color: rgb(48,111,210); }
td.TdClassName
{
border-color: #306FD2;
}
.TagClassName
{
border-color: #306FD2;
}
</style>