Shades of Royal Blue #306DCD
Tints of Royal Blue #306DCD
RGB
CMYK
RGB Variations
Color information
#306DCD (or 0x306DCD) is known color: Royal Blue. HEX triplet: 30, 6D and CD. RGB value is (48,109,205). Sum of RGB (Red+Green+Blue) = 48+109+205=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #306DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306DCD is #CF9232. Grayscale: #656565. Windows color (decimal): -13603379 or 13462832. OLE color: 13462832.
HSL color Cylindrical-coordinate representation of color #306DCD: hue angle of 216.69º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #306DCD is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 109 | 205 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.20 |
| HSL | 216.69º | 0.62% | 0.5% | - |
| HSV(B) | 216.69º | 0.77% | 0.8% | - |
| XYZ | 17.71 | 15.97 | 59.91 | - |
| YUV | 101.71 | 186.29 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 109 | 205 | 0.77 | 0.47 | 0 | 0.20 | 216.69 | 0.62 | 0.5 |
| Hex | 30 | 6D | CD | 4D | 2F | 0 | 14 | D9 | 3E | 32 |
| Octal | 60 | 155 | 315 | 115 | 57 | 0 | 24 | 331 | 76 | 62 |
| Binary | 110000 | 1101101 | 11001101 | 1001101 | 101111 | 0 | 10100 | 11011001 | 111110 | 110010 |
Color Harmonies of #306DCD
Complementary color
Monochromatic Colors of #306DCD
Black with #306DCD
Text Example
Text Example
White with #306DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306DCD; }
p { color: rgb(48,109,205); }
H1.HeaderClassName
{
color: #306DCD;
}
.AnyTagClassName
{
color: #306DCD;
}
</style>
background-color css
<style>
a { background-color: #306DCD; }
a { background-color: rgb(48,109,205); }
div.DivClassName
{
background-color: #306DCD;
}
.BgClassName
{
background-color: #306DCD;
}
</style>
border-color css
<style>
span { border-color: #306DCD; }
span { border-color: rgb(48,109,205); }
td.TdClassName
{
border-color: #306DCD;
}
.TagClassName
{
border-color: #306DCD;
}
</style>