Shades of Royal Blue #3175CE
Tints of Royal Blue #3175CE
RGB
CMYK
RGB Variations
Color information
#3175CE (or 0x3175CE) is known color: Royal Blue. HEX triplet: 31, 75 and CE. RGB value is (49,117,206). Sum of RGB (Red+Green+Blue) = 49+117+206=372 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.17% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #3175CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3175CE is #CE8A31. Grayscale: #6A6A6A. Windows color (decimal): -13535794 or 13530417. OLE color: 13530417.
HSL color Cylindrical-coordinate representation of color #3175CE: hue angle of 214.01º 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 #3175CE is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 117 | 206 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.19 |
| HSL | 214.01º | 0.62% | 0.5% | - |
| HSV(B) | 214.01º | 0.76% | 0.81% | - |
| XYZ | 18.77 | 17.83 | 60.85 | - |
| YUV | 106.81 | 183.97 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 117 | 206 | 0.76 | 0.43 | 0 | 0.19 | 214.01 | 0.62 | 0.5 |
| Hex | 31 | 75 | CE | 4C | 2B | 0 | 13 | D6 | 3E | 32 |
| Octal | 61 | 165 | 316 | 114 | 53 | 0 | 23 | 326 | 76 | 62 |
| Binary | 110001 | 1110101 | 11001110 | 1001100 | 101011 | 0 | 10011 | 11010110 | 111110 | 110010 |
Color Harmonies of #3175CE
Complementary color
Monochromatic Colors of #3175CE
Black with #3175CE
Text Example
Text Example
White with #3175CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3175CE; }
p { color: rgb(49,117,206); }
H1.HeaderClassName
{
color: #3175CE;
}
.AnyTagClassName
{
color: #3175CE;
}
</style>
background-color css
<style>
a { background-color: #3175CE; }
a { background-color: rgb(49,117,206); }
div.DivClassName
{
background-color: #3175CE;
}
.BgClassName
{
background-color: #3175CE;
}
</style>
border-color css
<style>
span { border-color: #3175CE; }
span { border-color: rgb(49,117,206); }
td.TdClassName
{
border-color: #3175CE;
}
.TagClassName
{
border-color: #3175CE;
}
</style>