Shades of Royal Blue #3C6ACB
Tints of Royal Blue #3C6ACB
RGB
CMYK
RGB Variations
Color information
#3C6ACB (or 0x3C6ACB) is known color: Royal Blue. HEX triplet: 3C, 6A and CB. RGB value is (60,106,203). Sum of RGB (Red+Green+Blue) = 60+106+203=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C6ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6ACB is #C39534. Grayscale: #666666. Windows color (decimal): -12817717 or 13331004. OLE color: 13331004.
HSL color Cylindrical-coordinate representation of color #3C6ACB: hue angle of 220.7º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C6ACB is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 106 | 203 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.20 |
| HSL | 220.7º | 0.58% | 0.52% | - |
| HSV(B) | 220.7º | 0.7% | 0.8% | - |
| XYZ | 17.8 | 15.58 | 58.57 | - |
| YUV | 103.3 | 184.26 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 106 | 203 | 0.70 | 0.48 | 0 | 0.20 | 220.7 | 0.58 | 0.52 |
| Hex | 3C | 6A | CB | 46 | 30 | 0 | 14 | DD | 3A | 34 |
| Octal | 74 | 152 | 313 | 106 | 60 | 0 | 24 | 335 | 72 | 64 |
| Binary | 111100 | 1101010 | 11001011 | 1000110 | 110000 | 0 | 10100 | 11011101 | 111010 | 110100 |
Color Harmonies of #3C6ACB
Complementary color
Monochromatic Colors of #3C6ACB
Black with #3C6ACB
Text Example
Text Example
White with #3C6ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6ACB; }
p { color: rgb(60,106,203); }
H1.HeaderClassName
{
color: #3C6ACB;
}
.AnyTagClassName
{
color: #3C6ACB;
}
</style>
background-color css
<style>
a { background-color: #3C6ACB; }
a { background-color: rgb(60,106,203); }
div.DivClassName
{
background-color: #3C6ACB;
}
.BgClassName
{
background-color: #3C6ACB;
}
</style>
border-color css
<style>
span { border-color: #3C6ACB; }
span { border-color: rgb(60,106,203); }
td.TdClassName
{
border-color: #3C6ACB;
}
.TagClassName
{
border-color: #3C6ACB;
}
</style>