Shades of Royal Blue #3073CF
Tints of Royal Blue #3073CF
RGB
CMYK
RGB Variations
Color information
#3073CF (or 0x3073CF) is known color: Royal Blue. HEX triplet: 30, 73 and CF. RGB value is (48,115,207). Sum of RGB (Red+Green+Blue) = 48+115+207=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #3073CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3073CF is #CF8C30. Grayscale: #696969. Windows color (decimal): -13601841 or 13595440. OLE color: 13595440.
HSL color Cylindrical-coordinate representation of color #3073CF: hue angle of 214.72º 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 #3073CF is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 115 | 207 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.19 |
| HSL | 214.72º | 0.62% | 0.5% | - |
| HSV(B) | 214.72º | 0.77% | 0.81% | - |
| XYZ | 18.61 | 17.39 | 61.41 | - |
| YUV | 105.46 | 185.3 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 207 | 0.77 | 0.44 | 0 | 0.19 | 214.72 | 0.62 | 0.5 |
| Hex | 30 | 73 | CF | 4D | 2C | 0 | 13 | D7 | 3E | 32 |
| Octal | 60 | 163 | 317 | 115 | 54 | 0 | 23 | 327 | 76 | 62 |
| Binary | 110000 | 1110011 | 11001111 | 1001101 | 101100 | 0 | 10011 | 11010111 | 111110 | 110010 |
Color Harmonies of #3073CF
Complementary color
Monochromatic Colors of #3073CF
Black with #3073CF
Text Example
Text Example
White with #3073CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3073CF; }
p { color: rgb(48,115,207); }
H1.HeaderClassName
{
color: #3073CF;
}
.AnyTagClassName
{
color: #3073CF;
}
</style>
background-color css
<style>
a { background-color: #3073CF; }
a { background-color: rgb(48,115,207); }
div.DivClassName
{
background-color: #3073CF;
}
.BgClassName
{
background-color: #3073CF;
}
</style>
border-color css
<style>
span { border-color: #3073CF; }
span { border-color: rgb(48,115,207); }
td.TdClassName
{
border-color: #3073CF;
}
.TagClassName
{
border-color: #3073CF;
}
</style>