Shades of Royal Blue #3071CC
Tints of Royal Blue #3071CC
RGB
CMYK
RGB Variations
Color information
#3071CC (or 0x3071CC) is known color: Royal Blue. HEX triplet: 30, 71 and CC. RGB value is (48,113,204). Sum of RGB (Red+Green+Blue) = 48+113+204=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #3071CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3071CC is #CF8E33. Grayscale: #676767. Windows color (decimal): -13602356 or 13398320. OLE color: 13398320.
HSL color Cylindrical-coordinate representation of color #3071CC: hue angle of 215º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3071CC is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 113 | 204 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.2 |
| HSL | 215º | 0.62% | 0.49% | - |
| HSV(B) | 215º | 0.76% | 0.8% | - |
| XYZ | 18.02 | 16.8 | 59.42 | - |
| YUV | 103.94 | 184.47 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 113 | 204 | 0.76 | 0.45 | 0 | 0.2 | 215 | 0.62 | 0.49 |
| Hex | 30 | 71 | CC | 4C | 2D | 0 | 14 | D7 | 3E | 31 |
| Octal | 60 | 161 | 314 | 114 | 55 | 0 | 24 | 327 | 76 | 61 |
| Binary | 110000 | 1110001 | 11001100 | 1001100 | 101101 | 0 | 10100 | 11010111 | 111110 | 110001 |
Color Harmonies of #3071CC
Complementary color
Monochromatic Colors of #3071CC
Black with #3071CC
Text Example
Text Example
White with #3071CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3071CC; }
p { color: rgb(48,113,204); }
H1.HeaderClassName
{
color: #3071CC;
}
.AnyTagClassName
{
color: #3071CC;
}
</style>
background-color css
<style>
a { background-color: #3071CC; }
a { background-color: rgb(48,113,204); }
div.DivClassName
{
background-color: #3071CC;
}
.BgClassName
{
background-color: #3071CC;
}
</style>
border-color css
<style>
span { border-color: #3071CC; }
span { border-color: rgb(48,113,204); }
td.TdClassName
{
border-color: #3071CC;
}
.TagClassName
{
border-color: #3071CC;
}
</style>