Shades of Royal Blue #3D5EDA
Tints of Royal Blue #3D5EDA
RGB
CMYK
RGB Variations
Color information
#3D5EDA (or 0x3D5EDA) is known color: Royal Blue. HEX triplet: 3D, 5E and DA. RGB value is (61,94,218). Sum of RGB (Red+Green+Blue) = 61+94+218=373 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.35% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #3D5EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5EDA is #C2A125. Grayscale: #616161. Windows color (decimal): -12755238 or 14310973. OLE color: 14310973.
HSL color Cylindrical-coordinate representation of color #3D5EDA: hue angle of 227.39º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D5EDA is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 94 | 218 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.15 |
| HSL | 227.39º | 0.68% | 0.55% | - |
| HSV(B) | 227.39º | 0.72% | 0.85% | - |
| XYZ | 18.58 | 14.06 | 68.06 | - |
| YUV | 98.27 | 195.57 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 94 | 218 | 0.72 | 0.57 | 0 | 0.15 | 227.39 | 0.68 | 0.55 |
| Hex | 3D | 5E | DA | 48 | 39 | 0 | F | E3 | 44 | 37 |
| Octal | 75 | 136 | 332 | 110 | 71 | 0 | 17 | 343 | 104 | 67 |
| Binary | 111101 | 1011110 | 11011010 | 1001000 | 111001 | 0 | 1111 | 11100011 | 1000100 | 110111 |
Color Harmonies of #3D5EDA
Complementary color
Monochromatic Colors of #3D5EDA
Black with #3D5EDA
Text Example
Text Example
White with #3D5EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5EDA; }
p { color: rgb(61,94,218); }
H1.HeaderClassName
{
color: #3D5EDA;
}
.AnyTagClassName
{
color: #3D5EDA;
}
</style>
background-color css
<style>
a { background-color: #3D5EDA; }
a { background-color: rgb(61,94,218); }
div.DivClassName
{
background-color: #3D5EDA;
}
.BgClassName
{
background-color: #3D5EDA;
}
</style>
border-color css
<style>
span { border-color: #3D5EDA; }
span { border-color: rgb(61,94,218); }
td.TdClassName
{
border-color: #3D5EDA;
}
.TagClassName
{
border-color: #3D5EDA;
}
</style>