Shades of Royal Blue #3C6DCB
Tints of Royal Blue #3C6DCB
RGB
CMYK
RGB Variations
Color information
#3C6DCB (or 0x3C6DCB) is known color: Royal Blue. HEX triplet: 3C, 6D and CB. RGB value is (60,109,203). Sum of RGB (Red+Green+Blue) = 60+109+203=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 109 (42.97% from 255 or 29.30% 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 #3C6DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6DCB is #C39234. Grayscale: #686868. Windows color (decimal): -12816949 or 13331772. OLE color: 13331772.
HSL color Cylindrical-coordinate representation of color #3C6DCB: hue angle of 219.44º 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 #3C6DCB is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 109 | 203 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.20 |
| HSL | 219.44º | 0.58% | 0.52% | - |
| HSV(B) | 219.44º | 0.7% | 0.8% | - |
| XYZ | 18.11 | 16.21 | 58.67 | - |
| YUV | 105.07 | 183.27 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 109 | 203 | 0.70 | 0.46 | 0 | 0.20 | 219.44 | 0.58 | 0.52 |
| Hex | 3C | 6D | CB | 46 | 2E | 0 | 14 | DB | 3A | 34 |
| Octal | 74 | 155 | 313 | 106 | 56 | 0 | 24 | 333 | 72 | 64 |
| Binary | 111100 | 1101101 | 11001011 | 1000110 | 101110 | 0 | 10100 | 11011011 | 111010 | 110100 |
Color Harmonies of #3C6DCB
Complementary color
Monochromatic Colors of #3C6DCB
Black with #3C6DCB
Text Example
Text Example
White with #3C6DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6DCB; }
p { color: rgb(60,109,203); }
H1.HeaderClassName
{
color: #3C6DCB;
}
.AnyTagClassName
{
color: #3C6DCB;
}
</style>
background-color css
<style>
a { background-color: #3C6DCB; }
a { background-color: rgb(60,109,203); }
div.DivClassName
{
background-color: #3C6DCB;
}
.BgClassName
{
background-color: #3C6DCB;
}
</style>
border-color css
<style>
span { border-color: #3C6DCB; }
span { border-color: rgb(60,109,203); }
td.TdClassName
{
border-color: #3C6DCB;
}
.TagClassName
{
border-color: #3C6DCB;
}
</style>