Shades of Royal Blue #3D6FEF
Tints of Royal Blue #3D6FEF
RGB
CMYK
RGB Variations
Color information
#3D6FEF (or 0x3D6FEF) is known color: Royal Blue. HEX triplet: 3D, 6F and EF. RGB value is (61,111,239). Sum of RGB (Red+Green+Blue) = 61+111+239=411 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.84% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #3D6FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D6FEF is #C29010. Grayscale: #6E6E6E. Windows color (decimal): -12750865 or 15691581. OLE color: 15691581.
HSL color Cylindrical-coordinate representation of color #3D6FEF: hue angle of 223.15º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D6FEF is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 111 | 239 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.06 |
| HSL | 223.15º | 0.85% | 0.59% | - |
| HSV(B) | 223.15º | 0.74% | 0.94% | - |
| XYZ | 23.19 | 18.59 | 84.03 | - |
| YUV | 110.64 | 200.44 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 111 | 239 | 0.74 | 0.54 | 0 | 0.06 | 223.15 | 0.85 | 0.59 |
| Hex | 3D | 6F | EF | 4A | 36 | 0 | 6 | DF | 55 | 3B |
| Octal | 75 | 157 | 357 | 112 | 66 | 0 | 6 | 337 | 125 | 73 |
| Binary | 111101 | 1101111 | 11101111 | 1001010 | 110110 | 0 | 110 | 11011111 | 1010101 | 111011 |
Color Harmonies of #3D6FEF
Complementary color
Monochromatic Colors of #3D6FEF
Black with #3D6FEF
Text Example
Text Example
White with #3D6FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6FEF; }
p { color: rgb(61,111,239); }
H1.HeaderClassName
{
color: #3D6FEF;
}
.AnyTagClassName
{
color: #3D6FEF;
}
</style>
background-color css
<style>
a { background-color: #3D6FEF; }
a { background-color: rgb(61,111,239); }
div.DivClassName
{
background-color: #3D6FEF;
}
.BgClassName
{
background-color: #3D6FEF;
}
</style>
border-color css
<style>
span { border-color: #3D6FEF; }
span { border-color: rgb(61,111,239); }
td.TdClassName
{
border-color: #3D6FEF;
}
.TagClassName
{
border-color: #3D6FEF;
}
</style>