Shades of Royal Blue #3B83DB
Tints of Royal Blue #3B83DB
RGB
CMYK
RGB Variations
Color information
#3B83DB (or 0x3B83DB) is known color: Royal Blue. HEX triplet: 3B, 83 and DB. RGB value is (59,131,219). Sum of RGB (Red+Green+Blue) = 59+131+219=409 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.43% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B83DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B83DB is #C47C24. Grayscale: #777777. Windows color (decimal): -12876837 or 14385979. OLE color: 14385979.
HSL color Cylindrical-coordinate representation of color #3B83DB: hue angle of 213º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B83DB is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 131 | 219 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.14 |
| HSL | 213º | 0.69% | 0.55% | - |
| HSV(B) | 213º | 0.73% | 0.86% | - |
| XYZ | 22.71 | 22.28 | 70.12 | - |
| YUV | 119.5 | 184.15 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 131 | 219 | 0.73 | 0.40 | 0 | 0.14 | 213 | 0.69 | 0.55 |
| Hex | 3B | 83 | DB | 49 | 28 | 0 | E | D5 | 45 | 37 |
| Octal | 73 | 203 | 333 | 111 | 50 | 0 | 16 | 325 | 105 | 67 |
| Binary | 111011 | 10000011 | 11011011 | 1001001 | 101000 | 0 | 1110 | 11010101 | 1000101 | 110111 |
Color Harmonies of #3B83DB
Complementary color
Monochromatic Colors of #3B83DB
Black with #3B83DB
Text Example
Text Example
White with #3B83DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B83DB; }
p { color: rgb(59,131,219); }
H1.HeaderClassName
{
color: #3B83DB;
}
.AnyTagClassName
{
color: #3B83DB;
}
</style>
background-color css
<style>
a { background-color: #3B83DB; }
a { background-color: rgb(59,131,219); }
div.DivClassName
{
background-color: #3B83DB;
}
.BgClassName
{
background-color: #3B83DB;
}
</style>
border-color css
<style>
span { border-color: #3B83DB; }
span { border-color: rgb(59,131,219); }
td.TdClassName
{
border-color: #3B83DB;
}
.TagClassName
{
border-color: #3B83DB;
}
</style>