Shades of Royal Blue #3065CF
Tints of Royal Blue #3065CF
RGB
CMYK
RGB Variations
Color information
#3065CF (or 0x3065CF) is known color: Royal Blue. HEX triplet: 30, 65 and CF. RGB value is (48,101,207). Sum of RGB (Red+Green+Blue) = 48+101+207=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #3065CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3065CF is #CF9A30. Grayscale: #606060. Windows color (decimal): -13605425 or 13591856. OLE color: 13591856.
HSL color Cylindrical-coordinate representation of color #3065CF: hue angle of 220º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3065CF is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 101 | 207 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.19 |
| HSL | 220º | 0.62% | 0.5% | - |
| HSV(B) | 220º | 0.77% | 0.81% | - |
| XYZ | 17.14 | 14.44 | 60.92 | - |
| YUV | 97.24 | 189.94 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 207 | 0.77 | 0.51 | 0 | 0.19 | 220 | 0.62 | 0.5 |
| Hex | 30 | 65 | CF | 4D | 33 | 0 | 13 | DC | 3E | 32 |
| Octal | 60 | 145 | 317 | 115 | 63 | 0 | 23 | 334 | 76 | 62 |
| Binary | 110000 | 1100101 | 11001111 | 1001101 | 110011 | 0 | 10011 | 11011100 | 111110 | 110010 |
Color Harmonies of #3065CF
Complementary color
Monochromatic Colors of #3065CF
Black with #3065CF
Text Example
Text Example
White with #3065CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3065CF; }
p { color: rgb(48,101,207); }
H1.HeaderClassName
{
color: #3065CF;
}
.AnyTagClassName
{
color: #3065CF;
}
</style>
background-color css
<style>
a { background-color: #3065CF; }
a { background-color: rgb(48,101,207); }
div.DivClassName
{
background-color: #3065CF;
}
.BgClassName
{
background-color: #3065CF;
}
</style>
border-color css
<style>
span { border-color: #3065CF; }
span { border-color: rgb(48,101,207); }
td.TdClassName
{
border-color: #3065CF;
}
.TagClassName
{
border-color: #3065CF;
}
</style>