Shades of Royal Blue #3D7CE3
Tints of Royal Blue #3D7CE3
RGB
CMYK
RGB Variations
Color information
#3D7CE3 (or 0x3D7CE3) is known color: Royal Blue. HEX triplet: 3D, 7C and E3. RGB value is (61,124,227). Sum of RGB (Red+Green+Blue) = 61+124+227=412 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.81% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 227 (89.06% from 255 or 55.10% from 412); Max value from RGB is 227 - color contains mainly: blue. Hex color #3D7CE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7CE3 is #C2831C. Grayscale: #747474. Windows color (decimal): -12747549 or 14908477. OLE color: 14908477.
HSL color Cylindrical-coordinate representation of color #3D7CE3: hue angle of 217.23º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D7CE3 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 61 | 124 | 227 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.11 |
| HSL | 217.23º | 0.75% | 0.56% | - |
| HSV(B) | 217.23º | 0.73% | 0.89% | - |
| XYZ | 23 | 20.95 | 75.51 | - |
| YUV | 116.91 | 190.13 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 124 | 227 | 0.73 | 0.45 | 0 | 0.11 | 217.23 | 0.75 | 0.56 |
| Hex | 3D | 7C | E3 | 49 | 2D | 0 | B | D9 | 4B | 38 |
| Octal | 75 | 174 | 343 | 111 | 55 | 0 | 13 | 331 | 113 | 70 |
| Binary | 111101 | 1111100 | 11100011 | 1001001 | 101101 | 0 | 1011 | 11011001 | 1001011 | 111000 |
Color Harmonies of #3D7CE3
Complementary color
Monochromatic Colors of #3D7CE3
Black with #3D7CE3
Text Example
Text Example
White with #3D7CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7CE3; }
p { color: rgb(61,124,227); }
H1.HeaderClassName
{
color: #3D7CE3;
}
.AnyTagClassName
{
color: #3D7CE3;
}
</style>
background-color css
<style>
a { background-color: #3D7CE3; }
a { background-color: rgb(61,124,227); }
div.DivClassName
{
background-color: #3D7CE3;
}
.BgClassName
{
background-color: #3D7CE3;
}
</style>
border-color css
<style>
span { border-color: #3D7CE3; }
span { border-color: rgb(61,124,227); }
td.TdClassName
{
border-color: #3D7CE3;
}
.TagClassName
{
border-color: #3D7CE3;
}
</style>