Shades of Royal Blue #3B6ACB
Tints of Royal Blue #3B6ACB
RGB
CMYK
RGB Variations
Color information
#3B6ACB (or 0x3B6ACB) is known color: Royal Blue. HEX triplet: 3B, 6A and CB. RGB value is (59,106,203). Sum of RGB (Red+Green+Blue) = 59+106+203=368 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.03% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #3B6ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6ACB is #C49534. Grayscale: #666666. Windows color (decimal): -12883253 or 13331003. OLE color: 13331003.
HSL color Cylindrical-coordinate representation of color #3B6ACB: hue angle of 220.42º 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 #3B6ACB is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 106 | 203 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.20 |
| HSL | 220.42º | 0.58% | 0.51% | - |
| HSV(B) | 220.42º | 0.71% | 0.8% | - |
| XYZ | 17.74 | 15.55 | 58.57 | - |
| YUV | 103.01 | 184.43 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 106 | 203 | 0.71 | 0.48 | 0 | 0.20 | 220.42 | 0.58 | 0.51 |
| Hex | 3B | 6A | CB | 47 | 30 | 0 | 14 | DC | 3A | 33 |
| Octal | 73 | 152 | 313 | 107 | 60 | 0 | 24 | 334 | 72 | 63 |
| Binary | 111011 | 1101010 | 11001011 | 1000111 | 110000 | 0 | 10100 | 11011100 | 111010 | 110011 |
Color Harmonies of #3B6ACB
Complementary color
Monochromatic Colors of #3B6ACB
Black with #3B6ACB
Text Example
Text Example
White with #3B6ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6ACB; }
p { color: rgb(59,106,203); }
H1.HeaderClassName
{
color: #3B6ACB;
}
.AnyTagClassName
{
color: #3B6ACB;
}
</style>
background-color css
<style>
a { background-color: #3B6ACB; }
a { background-color: rgb(59,106,203); }
div.DivClassName
{
background-color: #3B6ACB;
}
.BgClassName
{
background-color: #3B6ACB;
}
</style>
border-color css
<style>
span { border-color: #3B6ACB; }
span { border-color: rgb(59,106,203); }
td.TdClassName
{
border-color: #3B6ACB;
}
.TagClassName
{
border-color: #3B6ACB;
}
</style>