Shades of Royal Blue #3D7CFF
Tints of Royal Blue #3D7CFF
RGB
CMYK
RGB Variations
Color information
#3D7CFF (or 0x3D7CFF) is known color: Royal Blue. HEX triplet: 3D, 7C and FF. RGB value is (61,124,255). Sum of RGB (Red+Green+Blue) = 61+124+255=440 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.86% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #3D7CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D7CFF is #C28300. Grayscale: #777777. Windows color (decimal): -12747521 or 16743485. OLE color: 16743485.
HSL color Cylindrical-coordinate representation of color #3D7CFF: hue angle of 220.52º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D7CFF is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 124 | 255 | - |
| CMYK | 0.76 | 0.51 | 0 | 0 |
| HSL | 220.52º | 1% | 0.62% | - |
| HSV(B) | 220.52º | 0.76% | 1% | - |
| XYZ | 27.18 | 22.63 | 97.54 | - |
| YUV | 120.1 | 204.13 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 124 | 255 | 0.76 | 0.51 | 0 | 0 | 220.52 | 1 | 0.62 |
| Hex | 3D | 7C | FF | 4C | 33 | 0 | 0 | DD | 64 | 3E |
| Octal | 75 | 174 | 377 | 114 | 63 | 0 | 0 | 335 | 144 | 76 |
| Binary | 111101 | 1111100 | 11111111 | 1001100 | 110011 | 0 | 0 | 11011101 | 1100100 | 111110 |
Color Harmonies of #3D7CFF
Complementary color
Monochromatic Colors of #3D7CFF
Black with #3D7CFF
Text Example
Text Example
White with #3D7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7CFF; }
p { color: rgb(61,124,255); }
H1.HeaderClassName
{
color: #3D7CFF;
}
.AnyTagClassName
{
color: #3D7CFF;
}
</style>
background-color css
<style>
a { background-color: #3D7CFF; }
a { background-color: rgb(61,124,255); }
div.DivClassName
{
background-color: #3D7CFF;
}
.BgClassName
{
background-color: #3D7CFF;
}
</style>
border-color css
<style>
span { border-color: #3D7CFF; }
span { border-color: rgb(61,124,255); }
td.TdClassName
{
border-color: #3D7CFF;
}
.TagClassName
{
border-color: #3D7CFF;
}
</style>