Shades of Royal Blue #3065EC
Tints of Royal Blue #3065EC
RGB
CMYK
RGB Variations
Color information
#3065EC (or 0x3065EC) is known color: Royal Blue. HEX triplet: 30, 65 and EC. RGB value is (48,101,236). Sum of RGB (Red+Green+Blue) = 48+101+236=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #3065EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3065EC is #CF9A13. Grayscale: #636363. Windows color (decimal): -13605396 or 15492400. OLE color: 15492400.
HSL color Cylindrical-coordinate representation of color #3065EC: hue angle of 223.09º 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 #3065EC is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 101 | 236 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.07 |
| HSL | 223.09º | 0.83% | 0.56% | - |
| HSV(B) | 223.09º | 0.8% | 0.93% | - |
| XYZ | 21.01 | 15.99 | 81.34 | - |
| YUV | 100.54 | 204.44 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 236 | 0.80 | 0.57 | 0 | 0.07 | 223.09 | 0.83 | 0.56 |
| Hex | 30 | 65 | EC | 50 | 39 | 0 | 7 | DF | 53 | 38 |
| Octal | 60 | 145 | 354 | 120 | 71 | 0 | 7 | 337 | 123 | 70 |
| Binary | 110000 | 1100101 | 11101100 | 1010000 | 111001 | 0 | 111 | 11011111 | 1010011 | 111000 |
Color Harmonies of #3065EC
Complementary color
Monochromatic Colors of #3065EC
Black with #3065EC
Text Example
Text Example
White with #3065EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3065EC; }
p { color: rgb(48,101,236); }
H1.HeaderClassName
{
color: #3065EC;
}
.AnyTagClassName
{
color: #3065EC;
}
</style>
background-color css
<style>
a { background-color: #3065EC; }
a { background-color: rgb(48,101,236); }
div.DivClassName
{
background-color: #3065EC;
}
.BgClassName
{
background-color: #3065EC;
}
</style>
border-color css
<style>
span { border-color: #3065EC; }
span { border-color: rgb(48,101,236); }
td.TdClassName
{
border-color: #3065EC;
}
.TagClassName
{
border-color: #3065EC;
}
</style>