Shades of Royal Blue #3067D5
Tints of Royal Blue #3067D5
RGB
CMYK
RGB Variations
Color information
#3067D5 (or 0x3067D5) is known color: Royal Blue. HEX triplet: 30, 67 and D5. RGB value is (48,103,213). Sum of RGB (Red+Green+Blue) = 48+103+213=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 213 (83.59% from 255 or 58.52% from 364); Max value from RGB is 213 - color contains mainly: blue. Hex color #3067D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3067D5 is #CF982A. Grayscale: #626262. Windows color (decimal): -13604907 or 13985584. OLE color: 13985584.
HSL color Cylindrical-coordinate representation of color #3067D5: hue angle of 220º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3067D5 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 103 | 213 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.16 |
| HSL | 220º | 0.66% | 0.51% | - |
| HSV(B) | 220º | 0.77% | 0.84% | - |
| XYZ | 18.08 | 15.13 | 64.92 | - |
| YUV | 99.1 | 192.28 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 103 | 213 | 0.77 | 0.52 | 0 | 0.16 | 220 | 0.66 | 0.51 |
| Hex | 30 | 67 | D5 | 4D | 34 | 0 | 10 | DC | 42 | 33 |
| Octal | 60 | 147 | 325 | 115 | 64 | 0 | 20 | 334 | 102 | 63 |
| Binary | 110000 | 1100111 | 11010101 | 1001101 | 110100 | 0 | 10000 | 11011100 | 1000010 | 110011 |
Color Harmonies of #3067D5
Complementary color
Monochromatic Colors of #3067D5
Black with #3067D5
Text Example
Text Example
White with #3067D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3067D5; }
p { color: rgb(48,103,213); }
H1.HeaderClassName
{
color: #3067D5;
}
.AnyTagClassName
{
color: #3067D5;
}
</style>
background-color css
<style>
a { background-color: #3067D5; }
a { background-color: rgb(48,103,213); }
div.DivClassName
{
background-color: #3067D5;
}
.BgClassName
{
background-color: #3067D5;
}
</style>
border-color css
<style>
span { border-color: #3067D5; }
span { border-color: rgb(48,103,213); }
td.TdClassName
{
border-color: #3067D5;
}
.TagClassName
{
border-color: #3067D5;
}
</style>