Shades of Royal Blue #3B6CDA
Tints of Royal Blue #3B6CDA
RGB
CMYK
RGB Variations
Color information
#3B6CDA (or 0x3B6CDA) is known color: Royal Blue. HEX triplet: 3B, 6C and DA. RGB value is (59,108,218). Sum of RGB (Red+Green+Blue) = 59+108+218=385 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.32% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #3B6CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6CDA is #C49325. Grayscale: #696969. Windows color (decimal): -12882726 or 14314555. OLE color: 14314555.
HSL color Cylindrical-coordinate representation of color #3B6CDA: hue angle of 221.51º 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 #3B6CDA is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 108 | 218 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.15 |
| HSL | 221.51º | 0.68% | 0.54% | - |
| HSV(B) | 221.51º | 0.73% | 0.85% | - |
| XYZ | 19.82 | 16.72 | 68.51 | - |
| YUV | 105.89 | 191.27 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 108 | 218 | 0.73 | 0.50 | 0 | 0.15 | 221.51 | 0.68 | 0.54 |
| Hex | 3B | 6C | DA | 49 | 32 | 0 | F | DE | 44 | 36 |
| Octal | 73 | 154 | 332 | 111 | 62 | 0 | 17 | 336 | 104 | 66 |
| Binary | 111011 | 1101100 | 11011010 | 1001001 | 110010 | 0 | 1111 | 11011110 | 1000100 | 110110 |
Color Harmonies of #3B6CDA
Complementary color
Monochromatic Colors of #3B6CDA
Black with #3B6CDA
Text Example
Text Example
White with #3B6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6CDA; }
p { color: rgb(59,108,218); }
H1.HeaderClassName
{
color: #3B6CDA;
}
.AnyTagClassName
{
color: #3B6CDA;
}
</style>
background-color css
<style>
a { background-color: #3B6CDA; }
a { background-color: rgb(59,108,218); }
div.DivClassName
{
background-color: #3B6CDA;
}
.BgClassName
{
background-color: #3B6CDA;
}
</style>
border-color css
<style>
span { border-color: #3B6CDA; }
span { border-color: rgb(59,108,218); }
td.TdClassName
{
border-color: #3B6CDA;
}
.TagClassName
{
border-color: #3B6CDA;
}
</style>