Shades of Royal Blue #3D76FB
Tints of Royal Blue #3D76FB
RGB
CMYK
RGB Variations
Color information
#3D76FB (or 0x3D76FB) is known color: Royal Blue. HEX triplet: 3D, 76 and FB. RGB value is (61,118,251). Sum of RGB (Red+Green+Blue) = 61+118+251=430 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.19% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #3D76FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D76FB is #C28904. Grayscale: #737373. Windows color (decimal): -12749061 or 16479805. OLE color: 16479805.
HSL color Cylindrical-coordinate representation of color #3D76FB: hue angle of 222º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D76FB is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 118 | 251 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.02 |
| HSL | 222º | 0.96% | 0.61% | - |
| HSV(B) | 222º | 0.76% | 0.98% | - |
| XYZ | 25.82 | 20.91 | 93.94 | - |
| YUV | 116.12 | 204.12 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 118 | 251 | 0.76 | 0.53 | 0 | 0.02 | 222 | 0.96 | 0.61 |
| Hex | 3D | 76 | FB | 4C | 35 | 0 | 2 | DE | 60 | 3D |
| Octal | 75 | 166 | 373 | 114 | 65 | 0 | 2 | 336 | 140 | 75 |
| Binary | 111101 | 1110110 | 11111011 | 1001100 | 110101 | 0 | 10 | 11011110 | 1100000 | 111101 |
Color Harmonies of #3D76FB
Complementary color
Monochromatic Colors of #3D76FB
Black with #3D76FB
Text Example
Text Example
White with #3D76FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D76FB; }
p { color: rgb(61,118,251); }
H1.HeaderClassName
{
color: #3D76FB;
}
.AnyTagClassName
{
color: #3D76FB;
}
</style>
background-color css
<style>
a { background-color: #3D76FB; }
a { background-color: rgb(61,118,251); }
div.DivClassName
{
background-color: #3D76FB;
}
.BgClassName
{
background-color: #3D76FB;
}
</style>
border-color css
<style>
span { border-color: #3D76FB; }
span { border-color: rgb(61,118,251); }
td.TdClassName
{
border-color: #3D76FB;
}
.TagClassName
{
border-color: #3D76FB;
}
</style>