Shades of Royal Blue #3065FF
Tints of Royal Blue #3065FF
RGB
CMYK
RGB Variations
Color information
#3065FF (or 0x3065FF) is known color: Royal Blue. HEX triplet: 30, 65 and FF. RGB value is (48,101,255). Sum of RGB (Red+Green+Blue) = 48+101+255=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #3065FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3065FF is #CF9A00. Grayscale: #666666. Windows color (decimal): -13605377 or 16737584. OLE color: 16737584.
HSL color Cylindrical-coordinate representation of color #3065FF: hue angle of 224.64º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3065FF is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 101 | 255 | - |
| CMYK | 0.81 | 0.60 | 0 | 0 |
| HSL | 224.64º | 1% | 0.59% | - |
| HSV(B) | 224.64º | 0.81% | 1% | - |
| XYZ | 23.92 | 17.16 | 96.66 | - |
| YUV | 102.71 | 213.94 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 255 | 0.81 | 0.60 | 0 | 0 | 224.64 | 1 | 0.59 |
| Hex | 30 | 65 | FF | 51 | 3C | 0 | 0 | E1 | 64 | 3B |
| Octal | 60 | 145 | 377 | 121 | 74 | 0 | 0 | 341 | 144 | 73 |
| Binary | 110000 | 1100101 | 11111111 | 1010001 | 111100 | 0 | 0 | 11100001 | 1100100 | 111011 |
Color Harmonies of #3065FF
Complementary color
Monochromatic Colors of #3065FF
Black with #3065FF
Text Example
Text Example
White with #3065FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3065FF; }
p { color: rgb(48,101,255); }
H1.HeaderClassName
{
color: #3065FF;
}
.AnyTagClassName
{
color: #3065FF;
}
</style>
background-color css
<style>
a { background-color: #3065FF; }
a { background-color: rgb(48,101,255); }
div.DivClassName
{
background-color: #3065FF;
}
.BgClassName
{
background-color: #3065FF;
}
</style>
border-color css
<style>
span { border-color: #3065FF; }
span { border-color: rgb(48,101,255); }
td.TdClassName
{
border-color: #3065FF;
}
.TagClassName
{
border-color: #3065FF;
}
</style>