Shades of Royal Blue #3D69ED
Tints of Royal Blue #3D69ED
RGB
CMYK
RGB Variations
Color information
#3D69ED (or 0x3D69ED) is known color: Royal Blue. HEX triplet: 3D, 69 and ED. RGB value is (61,105,237). Sum of RGB (Red+Green+Blue) = 61+105+237=403 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.14% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 237 (92.97% from 255 or 58.81% from 403); Max value from RGB is 237 - color contains mainly: blue. Hex color #3D69ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D69ED is #C29612. Grayscale: #6A6A6A. Windows color (decimal): -12752403 or 15558973. OLE color: 15558973.
HSL color Cylindrical-coordinate representation of color #3D69ED: hue angle of 225º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D69ED is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 105 | 237 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.07 |
| HSL | 225º | 0.83% | 0.58% | - |
| HSV(B) | 225º | 0.74% | 0.93% | - |
| XYZ | 22.26 | 17.21 | 82.27 | - |
| YUV | 106.89 | 201.42 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 105 | 237 | 0.74 | 0.56 | 0 | 0.07 | 225 | 0.83 | 0.58 |
| Hex | 3D | 69 | ED | 4A | 38 | 0 | 7 | E1 | 53 | 3A |
| Octal | 75 | 151 | 355 | 112 | 70 | 0 | 7 | 341 | 123 | 72 |
| Binary | 111101 | 1101001 | 11101101 | 1001010 | 111000 | 0 | 111 | 11100001 | 1010011 | 111010 |
Color Harmonies of #3D69ED
Complementary color
Monochromatic Colors of #3D69ED
Black with #3D69ED
Text Example
Text Example
White with #3D69ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D69ED; }
p { color: rgb(61,105,237); }
H1.HeaderClassName
{
color: #3D69ED;
}
.AnyTagClassName
{
color: #3D69ED;
}
</style>
background-color css
<style>
a { background-color: #3D69ED; }
a { background-color: rgb(61,105,237); }
div.DivClassName
{
background-color: #3D69ED;
}
.BgClassName
{
background-color: #3D69ED;
}
</style>
border-color css
<style>
span { border-color: #3D69ED; }
span { border-color: rgb(61,105,237); }
td.TdClassName
{
border-color: #3D69ED;
}
.TagClassName
{
border-color: #3D69ED;
}
</style>