Shades of Royal Blue #3B76E6
Tints of Royal Blue #3B76E6
RGB
CMYK
RGB Variations
Color information
#3B76E6 (or 0x3B76E6) is known color: Royal Blue. HEX triplet: 3B, 76 and E6. RGB value is (59,118,230). Sum of RGB (Red+Green+Blue) = 59+118+230=407 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.50% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 230 (90.23% from 255 or 56.51% from 407); Max value from RGB is 230 - color contains mainly: blue. Hex color #3B76E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B76E6 is #C48919. Grayscale: #707070. Windows color (decimal): -12880154 or 15103547. OLE color: 15103547.
HSL color Cylindrical-coordinate representation of color #3B76E6: hue angle of 219.3º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B76E6 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 118 | 230 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.10 |
| HSL | 219.3º | 0.77% | 0.57% | - |
| HSV(B) | 219.3º | 0.74% | 0.9% | - |
| XYZ | 22.56 | 19.6 | 77.46 | - |
| YUV | 113.13 | 193.95 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 118 | 230 | 0.74 | 0.49 | 0 | 0.10 | 219.3 | 0.77 | 0.57 |
| Hex | 3B | 76 | E6 | 4A | 31 | 0 | A | DB | 4D | 39 |
| Octal | 73 | 166 | 346 | 112 | 61 | 0 | 12 | 333 | 115 | 71 |
| Binary | 111011 | 1110110 | 11100110 | 1001010 | 110001 | 0 | 1010 | 11011011 | 1001101 | 111001 |
Color Harmonies of #3B76E6
Complementary color
Monochromatic Colors of #3B76E6
Black with #3B76E6
Text Example
Text Example
White with #3B76E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B76E6; }
p { color: rgb(59,118,230); }
H1.HeaderClassName
{
color: #3B76E6;
}
.AnyTagClassName
{
color: #3B76E6;
}
</style>
background-color css
<style>
a { background-color: #3B76E6; }
a { background-color: rgb(59,118,230); }
div.DivClassName
{
background-color: #3B76E6;
}
.BgClassName
{
background-color: #3B76E6;
}
</style>
border-color css
<style>
span { border-color: #3B76E6; }
span { border-color: rgb(59,118,230); }
td.TdClassName
{
border-color: #3B76E6;
}
.TagClassName
{
border-color: #3B76E6;
}
</style>