Shades of Royal Blue #3B5EDC
Tints of Royal Blue #3B5EDC
RGB
CMYK
RGB Variations
Color information
#3B5EDC (or 0x3B5EDC) is known color: Royal Blue. HEX triplet: 3B, 5E and DC. RGB value is (59,94,220). Sum of RGB (Red+Green+Blue) = 59+94+220=373 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.82% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B5EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5EDC is #C4A123. Grayscale: #616161. Windows color (decimal): -12886308 or 14442043. OLE color: 14442043.
HSL color Cylindrical-coordinate representation of color #3B5EDC: hue angle of 226.96º degrees, saturation: 0.7, 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 #3B5EDC is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 94 | 220 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.14 |
| HSL | 226.96º | 0.7% | 0.55% | - |
| HSV(B) | 226.96º | 0.73% | 0.86% | - |
| XYZ | 18.72 | 14.1 | 69.45 | - |
| YUV | 97.9 | 196.9 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 94 | 220 | 0.73 | 0.57 | 0 | 0.14 | 226.96 | 0.7 | 0.55 |
| Hex | 3B | 5E | DC | 49 | 39 | 0 | E | E3 | 46 | 37 |
| Octal | 73 | 136 | 334 | 111 | 71 | 0 | 16 | 343 | 106 | 67 |
| Binary | 111011 | 1011110 | 11011100 | 1001001 | 111001 | 0 | 1110 | 11100011 | 1000110 | 110111 |
Color Harmonies of #3B5EDC
Complementary color
Monochromatic Colors of #3B5EDC
Black with #3B5EDC
Text Example
Text Example
White with #3B5EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5EDC; }
p { color: rgb(59,94,220); }
H1.HeaderClassName
{
color: #3B5EDC;
}
.AnyTagClassName
{
color: #3B5EDC;
}
</style>
background-color css
<style>
a { background-color: #3B5EDC; }
a { background-color: rgb(59,94,220); }
div.DivClassName
{
background-color: #3B5EDC;
}
.BgClassName
{
background-color: #3B5EDC;
}
</style>
border-color css
<style>
span { border-color: #3B5EDC; }
span { border-color: rgb(59,94,220); }
td.TdClassName
{
border-color: #3B5EDC;
}
.TagClassName
{
border-color: #3B5EDC;
}
</style>