Shades of Royal Blue #3B80DA
Tints of Royal Blue #3B80DA
RGB
CMYK
RGB Variations
Color information
#3B80DA (or 0x3B80DA) is known color: Royal Blue. HEX triplet: 3B, 80 and DA. RGB value is (59,128,218). Sum of RGB (Red+Green+Blue) = 59+128+218=405 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.57% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #3B80DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B80DA is #C47F25. Grayscale: #757575. Windows color (decimal): -12877606 or 14319675. OLE color: 14319675.
HSL color Cylindrical-coordinate representation of color #3B80DA: hue angle of 213.96º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B80DA is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 128 | 218 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.15 |
| HSL | 213.96º | 0.68% | 0.54% | - |
| HSV(B) | 213.96º | 0.73% | 0.85% | - |
| XYZ | 22.18 | 21.43 | 69.3 | - |
| YUV | 117.63 | 184.64 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 128 | 218 | 0.73 | 0.41 | 0 | 0.15 | 213.96 | 0.68 | 0.54 |
| Hex | 3B | 80 | DA | 49 | 29 | 0 | F | D6 | 44 | 36 |
| Octal | 73 | 200 | 332 | 111 | 51 | 0 | 17 | 326 | 104 | 66 |
| Binary | 111011 | 10000000 | 11011010 | 1001001 | 101001 | 0 | 1111 | 11010110 | 1000100 | 110110 |
Color Harmonies of #3B80DA
Complementary color
Monochromatic Colors of #3B80DA
Black with #3B80DA
Text Example
Text Example
White with #3B80DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B80DA; }
p { color: rgb(59,128,218); }
H1.HeaderClassName
{
color: #3B80DA;
}
.AnyTagClassName
{
color: #3B80DA;
}
</style>
background-color css
<style>
a { background-color: #3B80DA; }
a { background-color: rgb(59,128,218); }
div.DivClassName
{
background-color: #3B80DA;
}
.BgClassName
{
background-color: #3B80DA;
}
</style>
border-color css
<style>
span { border-color: #3B80DA; }
span { border-color: rgb(59,128,218); }
td.TdClassName
{
border-color: #3B80DA;
}
.TagClassName
{
border-color: #3B80DA;
}
</style>