Shades of Royal Blue #306CEC
Tints of Royal Blue #306CEC
RGB
CMYK
RGB Variations
Color information
#306CEC (or 0x306CEC) is known color: Royal Blue. HEX triplet: 30, 6C and EC. RGB value is (48,108,236). Sum of RGB (Red+Green+Blue) = 48+108+236=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #306CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306CEC is #CF9313. Grayscale: #686868. Windows color (decimal): -13603604 or 15494192. OLE color: 15494192.
HSL color Cylindrical-coordinate representation of color #306CEC: hue angle of 220.85º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #306CEC is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 108 | 236 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.07 |
| HSL | 220.85º | 0.83% | 0.56% | - |
| HSV(B) | 220.85º | 0.8% | 0.93% | - |
| XYZ | 21.72 | 17.41 | 81.57 | - |
| YUV | 104.65 | 202.12 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 108 | 236 | 0.80 | 0.54 | 0 | 0.07 | 220.85 | 0.83 | 0.56 |
| Hex | 30 | 6C | EC | 50 | 36 | 0 | 7 | DD | 53 | 38 |
| Octal | 60 | 154 | 354 | 120 | 66 | 0 | 7 | 335 | 123 | 70 |
| Binary | 110000 | 1101100 | 11101100 | 1010000 | 110110 | 0 | 111 | 11011101 | 1010011 | 111000 |
Color Harmonies of #306CEC
Complementary color
Monochromatic Colors of #306CEC
Black with #306CEC
Text Example
Text Example
White with #306CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306CEC; }
p { color: rgb(48,108,236); }
H1.HeaderClassName
{
color: #306CEC;
}
.AnyTagClassName
{
color: #306CEC;
}
</style>
background-color css
<style>
a { background-color: #306CEC; }
a { background-color: rgb(48,108,236); }
div.DivClassName
{
background-color: #306CEC;
}
.BgClassName
{
background-color: #306CEC;
}
</style>
border-color css
<style>
span { border-color: #306CEC; }
span { border-color: rgb(48,108,236); }
td.TdClassName
{
border-color: #306CEC;
}
.TagClassName
{
border-color: #306CEC;
}
</style>