Shades of Royal Blue #3067CF
Tints of Royal Blue #3067CF
RGB
CMYK
RGB Variations
Color information
#3067CF (or 0x3067CF) is known color: Royal Blue. HEX triplet: 30, 67 and CF. RGB value is (48,103,207). Sum of RGB (Red+Green+Blue) = 48+103+207=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #3067CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3067CF is #CF9830. Grayscale: #616161. Windows color (decimal): -13604913 or 13592368. OLE color: 13592368.
HSL color Cylindrical-coordinate representation of color #3067CF: hue angle of 219.25º 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 #3067CF is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 103 | 207 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.19 |
| HSL | 219.25º | 0.62% | 0.5% | - |
| HSV(B) | 219.25º | 0.77% | 0.81% | - |
| XYZ | 17.33 | 14.83 | 60.98 | - |
| YUV | 98.41 | 189.28 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 103 | 207 | 0.77 | 0.50 | 0 | 0.19 | 219.25 | 0.62 | 0.5 |
| Hex | 30 | 67 | CF | 4D | 32 | 0 | 13 | DB | 3E | 32 |
| Octal | 60 | 147 | 317 | 115 | 62 | 0 | 23 | 333 | 76 | 62 |
| Binary | 110000 | 1100111 | 11001111 | 1001101 | 110010 | 0 | 10011 | 11011011 | 111110 | 110010 |
Color Harmonies of #3067CF
Complementary color
Monochromatic Colors of #3067CF
Black with #3067CF
Text Example
Text Example
White with #3067CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3067CF; }
p { color: rgb(48,103,207); }
H1.HeaderClassName
{
color: #3067CF;
}
.AnyTagClassName
{
color: #3067CF;
}
</style>
background-color css
<style>
a { background-color: #3067CF; }
a { background-color: rgb(48,103,207); }
div.DivClassName
{
background-color: #3067CF;
}
.BgClassName
{
background-color: #3067CF;
}
</style>
border-color css
<style>
span { border-color: #3067CF; }
span { border-color: rgb(48,103,207); }
td.TdClassName
{
border-color: #3067CF;
}
.TagClassName
{
border-color: #3067CF;
}
</style>