Shades of Royal Blue #3D7ACF
Tints of Royal Blue #3D7ACF
RGB
CMYK
RGB Variations
Color information
#3D7ACF (or 0x3D7ACF) is known color: Royal Blue. HEX triplet: 3D, 7A and CF. RGB value is (61,122,207). Sum of RGB (Red+Green+Blue) = 61+122+207=390 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.64% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #3D7ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7ACF is #C28530. Grayscale: #717171. Windows color (decimal): -12748081 or 13597245. OLE color: 13597245.
HSL color Cylindrical-coordinate representation of color #3D7ACF: hue angle of 214.93º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D7ACF is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 122 | 207 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.19 |
| HSL | 214.93º | 0.6% | 0.53% | - |
| HSV(B) | 214.93º | 0.71% | 0.81% | - |
| XYZ | 20.15 | 19.42 | 61.72 | - |
| YUV | 113.45 | 180.79 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 122 | 207 | 0.71 | 0.41 | 0 | 0.19 | 214.93 | 0.6 | 0.53 |
| Hex | 3D | 7A | CF | 47 | 29 | 0 | 13 | D7 | 3C | 35 |
| Octal | 75 | 172 | 317 | 107 | 51 | 0 | 23 | 327 | 74 | 65 |
| Binary | 111101 | 1111010 | 11001111 | 1000111 | 101001 | 0 | 10011 | 11010111 | 111100 | 110101 |
Color Harmonies of #3D7ACF
Complementary color
Monochromatic Colors of #3D7ACF
Black with #3D7ACF
Text Example
Text Example
White with #3D7ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7ACF; }
p { color: rgb(61,122,207); }
H1.HeaderClassName
{
color: #3D7ACF;
}
.AnyTagClassName
{
color: #3D7ACF;
}
</style>
background-color css
<style>
a { background-color: #3D7ACF; }
a { background-color: rgb(61,122,207); }
div.DivClassName
{
background-color: #3D7ACF;
}
.BgClassName
{
background-color: #3D7ACF;
}
</style>
border-color css
<style>
span { border-color: #3D7ACF; }
span { border-color: rgb(61,122,207); }
td.TdClassName
{
border-color: #3D7ACF;
}
.TagClassName
{
border-color: #3D7ACF;
}
</style>