Shades of Royal Blue #316CCB
Tints of Royal Blue #316CCB
RGB
CMYK
RGB Variations
Color information
#316CCB (or 0x316CCB) is known color: Royal Blue. HEX triplet: 31, 6C and CB. RGB value is (49,108,203). Sum of RGB (Red+Green+Blue) = 49+108+203=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #316CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316CCB is #CE9334. Grayscale: #646464. Windows color (decimal): -13538101 or 13331505. OLE color: 13331505.
HSL color Cylindrical-coordinate representation of color #316CCB: hue angle of 217.01º degrees, saturation: 0.61, 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 #316CCB is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 108 | 203 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.20 |
| HSL | 217.01º | 0.61% | 0.49% | - |
| HSV(B) | 217.01º | 0.76% | 0.8% | - |
| XYZ | 17.41 | 15.69 | 58.61 | - |
| YUV | 101.19 | 185.45 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 203 | 0.76 | 0.47 | 0 | 0.20 | 217.01 | 0.61 | 0.49 |
| Hex | 31 | 6C | CB | 4C | 2F | 0 | 14 | D9 | 3D | 31 |
| Octal | 61 | 154 | 313 | 114 | 57 | 0 | 24 | 331 | 75 | 61 |
| Binary | 110001 | 1101100 | 11001011 | 1001100 | 101111 | 0 | 10100 | 11011001 | 111101 | 110001 |
Color Harmonies of #316CCB
Complementary color
Monochromatic Colors of #316CCB
Black with #316CCB
Text Example
Text Example
White with #316CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316CCB; }
p { color: rgb(49,108,203); }
H1.HeaderClassName
{
color: #316CCB;
}
.AnyTagClassName
{
color: #316CCB;
}
</style>
background-color css
<style>
a { background-color: #316CCB; }
a { background-color: rgb(49,108,203); }
div.DivClassName
{
background-color: #316CCB;
}
.BgClassName
{
background-color: #316CCB;
}
</style>
border-color css
<style>
span { border-color: #316CCB; }
span { border-color: rgb(49,108,203); }
td.TdClassName
{
border-color: #316CCB;
}
.TagClassName
{
border-color: #316CCB;
}
</style>