Shades of Royal Blue #3168CC
Tints of Royal Blue #3168CC
RGB
CMYK
RGB Variations
Color information
#3168CC (or 0x3168CC) is known color: Royal Blue. HEX triplet: 31, 68 and CC. RGB value is (49,104,204). Sum of RGB (Red+Green+Blue) = 49+104+204=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #3168CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3168CC is #CE9733. Grayscale: #626262. Windows color (decimal): -13539124 or 13396017. OLE color: 13396017.
HSL color Cylindrical-coordinate representation of color #3168CC: hue angle of 218.71º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3168CC is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 104 | 204 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.2 |
| HSL | 218.71º | 0.61% | 0.5% | - |
| HSV(B) | 218.71º | 0.76% | 0.8% | - |
| XYZ | 17.12 | 14.91 | 59.1 | - |
| YUV | 98.96 | 187.28 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 104 | 204 | 0.76 | 0.49 | 0 | 0.2 | 218.71 | 0.61 | 0.5 |
| Hex | 31 | 68 | CC | 4C | 31 | 0 | 14 | DB | 3D | 32 |
| Octal | 61 | 150 | 314 | 114 | 61 | 0 | 24 | 333 | 75 | 62 |
| Binary | 110001 | 1101000 | 11001100 | 1001100 | 110001 | 0 | 10100 | 11011011 | 111101 | 110010 |
Color Harmonies of #3168CC
Complementary color
Monochromatic Colors of #3168CC
Black with #3168CC
Text Example
Text Example
White with #3168CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3168CC; }
p { color: rgb(49,104,204); }
H1.HeaderClassName
{
color: #3168CC;
}
.AnyTagClassName
{
color: #3168CC;
}
</style>
background-color css
<style>
a { background-color: #3168CC; }
a { background-color: rgb(49,104,204); }
div.DivClassName
{
background-color: #3168CC;
}
.BgClassName
{
background-color: #3168CC;
}
</style>
border-color css
<style>
span { border-color: #3168CC; }
span { border-color: rgb(49,104,204); }
td.TdClassName
{
border-color: #3168CC;
}
.TagClassName
{
border-color: #3168CC;
}
</style>