Shades of Royal Blue #3C6CCB
Tints of Royal Blue #3C6CCB
RGB
CMYK
RGB Variations
Color information
#3C6CCB (or 0x3C6CCB) is known color: Royal Blue. HEX triplet: 3C, 6C and CB. RGB value is (60,108,203). Sum of RGB (Red+Green+Blue) = 60+108+203=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C6CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6CCB is #C39334. Grayscale: #686868. Windows color (decimal): -12817205 or 13331516. OLE color: 13331516.
HSL color Cylindrical-coordinate representation of color #3C6CCB: hue angle of 219.86º 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 #3C6CCB is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 108 | 203 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.20 |
| HSL | 219.86º | 0.58% | 0.52% | - |
| HSV(B) | 219.86º | 0.7% | 0.8% | - |
| XYZ | 18.01 | 16 | 58.64 | - |
| YUV | 104.48 | 183.6 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 108 | 203 | 0.70 | 0.47 | 0 | 0.20 | 219.86 | 0.58 | 0.52 |
| Hex | 3C | 6C | CB | 46 | 2F | 0 | 14 | DC | 3A | 34 |
| Octal | 74 | 154 | 313 | 106 | 57 | 0 | 24 | 334 | 72 | 64 |
| Binary | 111100 | 1101100 | 11001011 | 1000110 | 101111 | 0 | 10100 | 11011100 | 111010 | 110100 |
Color Harmonies of #3C6CCB
Complementary color
Monochromatic Colors of #3C6CCB
Black with #3C6CCB
Text Example
Text Example
White with #3C6CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6CCB; }
p { color: rgb(60,108,203); }
H1.HeaderClassName
{
color: #3C6CCB;
}
.AnyTagClassName
{
color: #3C6CCB;
}
</style>
background-color css
<style>
a { background-color: #3C6CCB; }
a { background-color: rgb(60,108,203); }
div.DivClassName
{
background-color: #3C6CCB;
}
.BgClassName
{
background-color: #3C6CCB;
}
</style>
border-color css
<style>
span { border-color: #3C6CCB; }
span { border-color: rgb(60,108,203); }
td.TdClassName
{
border-color: #3C6CCB;
}
.TagClassName
{
border-color: #3C6CCB;
}
</style>