Shades of Royal Blue #3B6ECB
Tints of Royal Blue #3B6ECB
RGB
CMYK
RGB Variations
Color information
#3B6ECB (or 0x3B6ECB) is known color: Royal Blue. HEX triplet: 3B, 6E and CB. RGB value is (59,110,203). Sum of RGB (Red+Green+Blue) = 59+110+203=372 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.86% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #3B6ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6ECB is #C49134. Grayscale: #686868. Windows color (decimal): -12882229 or 13332027. OLE color: 13332027.
HSL color Cylindrical-coordinate representation of color #3B6ECB: hue angle of 218.75º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B6ECB is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 110 | 203 | - |
| CMYK | 0.71 | 0.46 | 0 | 0.20 |
| HSL | 218.75º | 0.58% | 0.51% | - |
| HSV(B) | 218.75º | 0.71% | 0.8% | - |
| XYZ | 18.16 | 16.39 | 58.71 | - |
| YUV | 105.35 | 183.1 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 110 | 203 | 0.71 | 0.46 | 0 | 0.20 | 218.75 | 0.58 | 0.51 |
| Hex | 3B | 6E | CB | 47 | 2E | 0 | 14 | DB | 3A | 33 |
| Octal | 73 | 156 | 313 | 107 | 56 | 0 | 24 | 333 | 72 | 63 |
| Binary | 111011 | 1101110 | 11001011 | 1000111 | 101110 | 0 | 10100 | 11011011 | 111010 | 110011 |
Color Harmonies of #3B6ECB
Complementary color
Monochromatic Colors of #3B6ECB
Black with #3B6ECB
Text Example
Text Example
White with #3B6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6ECB; }
p { color: rgb(59,110,203); }
H1.HeaderClassName
{
color: #3B6ECB;
}
.AnyTagClassName
{
color: #3B6ECB;
}
</style>
background-color css
<style>
a { background-color: #3B6ECB; }
a { background-color: rgb(59,110,203); }
div.DivClassName
{
background-color: #3B6ECB;
}
.BgClassName
{
background-color: #3B6ECB;
}
</style>
border-color css
<style>
span { border-color: #3B6ECB; }
span { border-color: rgb(59,110,203); }
td.TdClassName
{
border-color: #3B6ECB;
}
.TagClassName
{
border-color: #3B6ECB;
}
</style>