Shades of Royal Blue #3D6FFC
Tints of Royal Blue #3D6FFC
RGB
CMYK
RGB Variations
Color information
#3D6FFC (or 0x3D6FFC) is known color: Royal Blue. HEX triplet: 3D, 6F and FC. RGB value is (61,111,252). Sum of RGB (Red+Green+Blue) = 61+111+252=424 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.39% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #3D6FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D6FFC is #C29003. Grayscale: #6F6F6F. Windows color (decimal): -12750852 or 16543549. OLE color: 16543549.
HSL color Cylindrical-coordinate representation of color #3D6FFC: hue angle of 224.29º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D6FFC is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 111 | 252 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.01 |
| HSL | 224.29º | 0.97% | 0.61% | - |
| HSV(B) | 224.29º | 0.76% | 0.99% | - |
| XYZ | 25.18 | 19.39 | 94.51 | - |
| YUV | 112.12 | 206.94 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 111 | 252 | 0.76 | 0.56 | 0 | 0.01 | 224.29 | 0.97 | 0.61 |
| Hex | 3D | 6F | FC | 4C | 38 | 0 | 1 | E0 | 61 | 3D |
| Octal | 75 | 157 | 374 | 114 | 70 | 0 | 1 | 340 | 141 | 75 |
| Binary | 111101 | 1101111 | 11111100 | 1001100 | 111000 | 0 | 1 | 11100000 | 1100001 | 111101 |
Color Harmonies of #3D6FFC
Complementary color
Monochromatic Colors of #3D6FFC
Black with #3D6FFC
Text Example
Text Example
White with #3D6FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6FFC; }
p { color: rgb(61,111,252); }
H1.HeaderClassName
{
color: #3D6FFC;
}
.AnyTagClassName
{
color: #3D6FFC;
}
</style>
background-color css
<style>
a { background-color: #3D6FFC; }
a { background-color: rgb(61,111,252); }
div.DivClassName
{
background-color: #3D6FFC;
}
.BgClassName
{
background-color: #3D6FFC;
}
</style>
border-color css
<style>
span { border-color: #3D6FFC; }
span { border-color: rgb(61,111,252); }
td.TdClassName
{
border-color: #3D6FFC;
}
.TagClassName
{
border-color: #3D6FFC;
}
</style>