Shades of Royal Blue #3D6CFC
Tints of Royal Blue #3D6CFC
RGB
CMYK
RGB Variations
Color information
#3D6CFC (or 0x3D6CFC) is known color: Royal Blue. HEX triplet: 3D, 6C and FC. RGB value is (61,108,252). Sum of RGB (Red+Green+Blue) = 61+108+252=421 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.49% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #3D6CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D6CFC is #C29303. Grayscale: #6D6D6D. Windows color (decimal): -12751620 or 16542781. OLE color: 16542781.
HSL color Cylindrical-coordinate representation of color #3D6CFC: hue angle of 225.24º 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 #3D6CFC is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 108 | 252 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.01 |
| HSL | 225.24º | 0.97% | 0.61% | - |
| HSV(B) | 225.24º | 0.76% | 0.99% | - |
| XYZ | 24.86 | 18.75 | 94.4 | - |
| YUV | 110.36 | 207.93 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 108 | 252 | 0.76 | 0.57 | 0 | 0.01 | 225.24 | 0.97 | 0.61 |
| Hex | 3D | 6C | FC | 4C | 39 | 0 | 1 | E1 | 61 | 3D |
| Octal | 75 | 154 | 374 | 114 | 71 | 0 | 1 | 341 | 141 | 75 |
| Binary | 111101 | 1101100 | 11111100 | 1001100 | 111001 | 0 | 1 | 11100001 | 1100001 | 111101 |
Color Harmonies of #3D6CFC
Complementary color
Monochromatic Colors of #3D6CFC
Black with #3D6CFC
Text Example
Text Example
White with #3D6CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6CFC; }
p { color: rgb(61,108,252); }
H1.HeaderClassName
{
color: #3D6CFC;
}
.AnyTagClassName
{
color: #3D6CFC;
}
</style>
background-color css
<style>
a { background-color: #3D6CFC; }
a { background-color: rgb(61,108,252); }
div.DivClassName
{
background-color: #3D6CFC;
}
.BgClassName
{
background-color: #3D6CFC;
}
</style>
border-color css
<style>
span { border-color: #3D6CFC; }
span { border-color: rgb(61,108,252); }
td.TdClassName
{
border-color: #3D6CFC;
}
.TagClassName
{
border-color: #3D6CFC;
}
</style>