Shades of Royal Blue #3B78FF
Tints of Royal Blue #3B78FF
RGB
CMYK
RGB Variations
Color information
#3B78FF (or 0x3B78FF) is known color: Royal Blue. HEX triplet: 3B, 78 and FF. RGB value is (59,120,255). Sum of RGB (Red+Green+Blue) = 59+120+255=434 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.59% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #3B78FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B78FF is #C48700. Grayscale: #747474. Windows color (decimal): -12879617 or 16742459. OLE color: 16742459.
HSL color Cylindrical-coordinate representation of color #3B78FF: hue angle of 221.33º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B78FF is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 120 | 255 | - |
| CMYK | 0.77 | 0.53 | 0 | 0 |
| HSL | 221.33º | 1% | 0.62% | - |
| HSV(B) | 221.33º | 0.77% | 1% | - |
| XYZ | 26.57 | 21.58 | 97.37 | - |
| YUV | 117.15 | 205.79 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 120 | 255 | 0.77 | 0.53 | 0 | 0 | 221.33 | 1 | 0.62 |
| Hex | 3B | 78 | FF | 4D | 35 | 0 | 0 | DD | 64 | 3E |
| Octal | 73 | 170 | 377 | 115 | 65 | 0 | 0 | 335 | 144 | 76 |
| Binary | 111011 | 1111000 | 11111111 | 1001101 | 110101 | 0 | 0 | 11011101 | 1100100 | 111110 |
Color Harmonies of #3B78FF
Complementary color
Monochromatic Colors of #3B78FF
Black with #3B78FF
Text Example
Text Example
White with #3B78FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B78FF; }
p { color: rgb(59,120,255); }
H1.HeaderClassName
{
color: #3B78FF;
}
.AnyTagClassName
{
color: #3B78FF;
}
</style>
background-color css
<style>
a { background-color: #3B78FF; }
a { background-color: rgb(59,120,255); }
div.DivClassName
{
background-color: #3B78FF;
}
.BgClassName
{
background-color: #3B78FF;
}
</style>
border-color css
<style>
span { border-color: #3B78FF; }
span { border-color: rgb(59,120,255); }
td.TdClassName
{
border-color: #3B78FF;
}
.TagClassName
{
border-color: #3B78FF;
}
</style>