Shades of Royal Blue #3D6DF2
Tints of Royal Blue #3D6DF2
RGB
CMYK
RGB Variations
Color information
#3D6DF2 (or 0x3D6DF2) is known color: Royal Blue. HEX triplet: 3D, 6D and F2. RGB value is (61,109,242). Sum of RGB (Red+Green+Blue) = 61+109+242=412 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.81% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 242 (94.92% from 255 or 58.74% from 412); Max value from RGB is 242 - color contains mainly: blue. Hex color #3D6DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D6DF2 is #C2920D. Grayscale: #6D6D6D. Windows color (decimal): -12751374 or 15887677. OLE color: 15887677.
HSL color Cylindrical-coordinate representation of color #3D6DF2: hue angle of 224.09º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D6DF2 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 109 | 242 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.05 |
| HSL | 224.09º | 0.87% | 0.59% | - |
| HSV(B) | 224.09º | 0.75% | 0.95% | - |
| XYZ | 23.42 | 18.34 | 86.31 | - |
| YUV | 109.81 | 202.6 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 109 | 242 | 0.75 | 0.55 | 0 | 0.05 | 224.09 | 0.87 | 0.59 |
| Hex | 3D | 6D | F2 | 4B | 37 | 0 | 5 | E0 | 57 | 3B |
| Octal | 75 | 155 | 362 | 113 | 67 | 0 | 5 | 340 | 127 | 73 |
| Binary | 111101 | 1101101 | 11110010 | 1001011 | 110111 | 0 | 101 | 11100000 | 1010111 | 111011 |
Color Harmonies of #3D6DF2
Complementary color
Monochromatic Colors of #3D6DF2
Black with #3D6DF2
Text Example
Text Example
White with #3D6DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6DF2; }
p { color: rgb(61,109,242); }
H1.HeaderClassName
{
color: #3D6DF2;
}
.AnyTagClassName
{
color: #3D6DF2;
}
</style>
background-color css
<style>
a { background-color: #3D6DF2; }
a { background-color: rgb(61,109,242); }
div.DivClassName
{
background-color: #3D6DF2;
}
.BgClassName
{
background-color: #3D6DF2;
}
</style>
border-color css
<style>
span { border-color: #3D6DF2; }
span { border-color: rgb(61,109,242); }
td.TdClassName
{
border-color: #3D6DF2;
}
.TagClassName
{
border-color: #3D6DF2;
}
</style>