Shades of Royal Blue #3C81DC
Tints of Royal Blue #3C81DC
RGB
CMYK
RGB Variations
Color information
#3C81DC (or 0x3C81DC) is known color: Royal Blue. HEX triplet: 3C, 81 and DC. RGB value is (60,129,220). Sum of RGB (Red+Green+Blue) = 60+129+220=409 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.67% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C81DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C81DC is #C37E23. Grayscale: #767676. Windows color (decimal): -12811812 or 14451004. OLE color: 14451004.
HSL color Cylindrical-coordinate representation of color #3C81DC: hue angle of 214.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C81DC is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 129 | 220 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.14 |
| HSL | 214.13º | 0.7% | 0.55% | - |
| HSV(B) | 214.13º | 0.73% | 0.86% | - |
| XYZ | 22.63 | 21.83 | 70.73 | - |
| YUV | 118.74 | 185.14 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 129 | 220 | 0.73 | 0.41 | 0 | 0.14 | 214.13 | 0.7 | 0.55 |
| Hex | 3C | 81 | DC | 49 | 29 | 0 | E | D6 | 46 | 37 |
| Octal | 74 | 201 | 334 | 111 | 51 | 0 | 16 | 326 | 106 | 67 |
| Binary | 111100 | 10000001 | 11011100 | 1001001 | 101001 | 0 | 1110 | 11010110 | 1000110 | 110111 |
Color Harmonies of #3C81DC
Complementary color
Monochromatic Colors of #3C81DC
Black with #3C81DC
Text Example
Text Example
White with #3C81DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C81DC; }
p { color: rgb(60,129,220); }
H1.HeaderClassName
{
color: #3C81DC;
}
.AnyTagClassName
{
color: #3C81DC;
}
</style>
background-color css
<style>
a { background-color: #3C81DC; }
a { background-color: rgb(60,129,220); }
div.DivClassName
{
background-color: #3C81DC;
}
.BgClassName
{
background-color: #3C81DC;
}
</style>
border-color css
<style>
span { border-color: #3C81DC; }
span { border-color: rgb(60,129,220); }
td.TdClassName
{
border-color: #3C81DC;
}
.TagClassName
{
border-color: #3C81DC;
}
</style>