Shades of Royal Blue #3D74FF
Tints of Royal Blue #3D74FF
RGB
CMYK
RGB Variations
Color information
#3D74FF (or 0x3D74FF) is known color: Royal Blue. HEX triplet: 3D, 74 and FF. RGB value is (61,116,255). Sum of RGB (Red+Green+Blue) = 61+116+255=432 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.12% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #3D74FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D74FF is #C28B00. Grayscale: #727272. Windows color (decimal): -12749569 or 16741437. OLE color: 16741437.
HSL color Cylindrical-coordinate representation of color #3D74FF: hue angle of 222.99º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D74FF is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 116 | 255 | - |
| CMYK | 0.76 | 0.55 | 0 | 0 |
| HSL | 222.99º | 1% | 0.62% | - |
| HSV(B) | 222.99º | 0.76% | 1% | - |
| XYZ | 26.22 | 20.7 | 97.22 | - |
| YUV | 115.4 | 206.78 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 116 | 255 | 0.76 | 0.55 | 0 | 0 | 222.99 | 1 | 0.62 |
| Hex | 3D | 74 | FF | 4C | 37 | 0 | 0 | DF | 64 | 3E |
| Octal | 75 | 164 | 377 | 114 | 67 | 0 | 0 | 337 | 144 | 76 |
| Binary | 111101 | 1110100 | 11111111 | 1001100 | 110111 | 0 | 0 | 11011111 | 1100100 | 111110 |
Color Harmonies of #3D74FF
Complementary color
Monochromatic Colors of #3D74FF
Black with #3D74FF
Text Example
Text Example
White with #3D74FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D74FF; }
p { color: rgb(61,116,255); }
H1.HeaderClassName
{
color: #3D74FF;
}
.AnyTagClassName
{
color: #3D74FF;
}
</style>
background-color css
<style>
a { background-color: #3D74FF; }
a { background-color: rgb(61,116,255); }
div.DivClassName
{
background-color: #3D74FF;
}
.BgClassName
{
background-color: #3D74FF;
}
</style>
border-color css
<style>
span { border-color: #3D74FF; }
span { border-color: rgb(61,116,255); }
td.TdClassName
{
border-color: #3D74FF;
}
.TagClassName
{
border-color: #3D74FF;
}
</style>