Shades of Royal Blue #3165CF
Tints of Royal Blue #3165CF
RGB
CMYK
RGB Variations
Color information
#3165CF (or 0x3165CF) is known color: Royal Blue. HEX triplet: 31, 65 and CF. RGB value is (49,101,207). Sum of RGB (Red+Green+Blue) = 49+101+207=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #3165CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3165CF is #CE9A30. Grayscale: #616161. Windows color (decimal): -13539889 or 13591857. OLE color: 13591857.
HSL color Cylindrical-coordinate representation of color #3165CF: hue angle of 220.25º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3165CF is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 101 | 207 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.19 |
| HSL | 220.25º | 0.62% | 0.5% | - |
| HSV(B) | 220.25º | 0.76% | 0.81% | - |
| XYZ | 17.18 | 14.47 | 60.92 | - |
| YUV | 97.54 | 189.77 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 101 | 207 | 0.76 | 0.51 | 0 | 0.19 | 220.25 | 0.62 | 0.5 |
| Hex | 31 | 65 | CF | 4C | 33 | 0 | 13 | DC | 3E | 32 |
| Octal | 61 | 145 | 317 | 114 | 63 | 0 | 23 | 334 | 76 | 62 |
| Binary | 110001 | 1100101 | 11001111 | 1001100 | 110011 | 0 | 10011 | 11011100 | 111110 | 110010 |
Color Harmonies of #3165CF
Complementary color
Monochromatic Colors of #3165CF
Black with #3165CF
Text Example
Text Example
White with #3165CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3165CF; }
p { color: rgb(49,101,207); }
H1.HeaderClassName
{
color: #3165CF;
}
.AnyTagClassName
{
color: #3165CF;
}
</style>
background-color css
<style>
a { background-color: #3165CF; }
a { background-color: rgb(49,101,207); }
div.DivClassName
{
background-color: #3165CF;
}
.BgClassName
{
background-color: #3165CF;
}
</style>
border-color css
<style>
span { border-color: #3165CF; }
span { border-color: rgb(49,101,207); }
td.TdClassName
{
border-color: #3165CF;
}
.TagClassName
{
border-color: #3165CF;
}
</style>