Shades of Royal Blue #3D67DD
Tints of Royal Blue #3D67DD
RGB
CMYK
RGB Variations
Color information
#3D67DD (or 0x3D67DD) is known color: Royal Blue. HEX triplet: 3D, 67 and DD. RGB value is (61,103,221). Sum of RGB (Red+Green+Blue) = 61+103+221=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D67DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D67DD is #C29822. Grayscale: #676767. Windows color (decimal): -12752931 or 14509885. OLE color: 14509885.
HSL color Cylindrical-coordinate representation of color #3D67DD: hue angle of 224.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D67DD is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 103 | 221 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.13 |
| HSL | 224.25º | 0.7% | 0.55% | - |
| HSV(B) | 224.25º | 0.72% | 0.87% | - |
| XYZ | 19.83 | 15.91 | 70.43 | - |
| YUV | 103.89 | 194.09 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 103 | 221 | 0.72 | 0.53 | 0 | 0.13 | 224.25 | 0.7 | 0.55 |
| Hex | 3D | 67 | DD | 48 | 35 | 0 | D | E0 | 46 | 37 |
| Octal | 75 | 147 | 335 | 110 | 65 | 0 | 15 | 340 | 106 | 67 |
| Binary | 111101 | 1100111 | 11011101 | 1001000 | 110101 | 0 | 1101 | 11100000 | 1000110 | 110111 |
Color Harmonies of #3D67DD
Complementary color
Monochromatic Colors of #3D67DD
Black with #3D67DD
Text Example
Text Example
White with #3D67DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D67DD; }
p { color: rgb(61,103,221); }
H1.HeaderClassName
{
color: #3D67DD;
}
.AnyTagClassName
{
color: #3D67DD;
}
</style>
background-color css
<style>
a { background-color: #3D67DD; }
a { background-color: rgb(61,103,221); }
div.DivClassName
{
background-color: #3D67DD;
}
.BgClassName
{
background-color: #3D67DD;
}
</style>
border-color css
<style>
span { border-color: #3D67DD; }
span { border-color: rgb(61,103,221); }
td.TdClassName
{
border-color: #3D67DD;
}
.TagClassName
{
border-color: #3D67DD;
}
</style>