Shades of Royal Blue #3C81D6
Tints of Royal Blue #3C81D6
RGB
CMYK
RGB Variations
Color information
#3C81D6 (or 0x3C81D6) is known color: Royal Blue. HEX triplet: 3C, 81 and D6. RGB value is (60,129,214). Sum of RGB (Red+Green+Blue) = 60+129+214=403 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.89% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 214 (83.98% from 255 or 53.10% from 403); Max value from RGB is 214 - color contains mainly: blue. Hex color #3C81D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C81D6 is #C37E29. Grayscale: #757575. Windows color (decimal): -12811818 or 14057788. OLE color: 14057788.
HSL color Cylindrical-coordinate representation of color #3C81D6: hue angle of 213.12º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C81D6 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 129 | 214 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.16 |
| HSL | 213.12º | 0.65% | 0.54% | - |
| HSV(B) | 213.12º | 0.72% | 0.84% | - |
| XYZ | 21.85 | 21.52 | 66.62 | - |
| YUV | 118.06 | 182.14 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 129 | 214 | 0.72 | 0.40 | 0 | 0.16 | 213.12 | 0.65 | 0.54 |
| Hex | 3C | 81 | D6 | 48 | 28 | 0 | 10 | D5 | 41 | 36 |
| Octal | 74 | 201 | 326 | 110 | 50 | 0 | 20 | 325 | 101 | 66 |
| Binary | 111100 | 10000001 | 11010110 | 1001000 | 101000 | 0 | 10000 | 11010101 | 1000001 | 110110 |
Color Harmonies of #3C81D6
Complementary color
Monochromatic Colors of #3C81D6
Black with #3C81D6
Text Example
Text Example
White with #3C81D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C81D6; }
p { color: rgb(60,129,214); }
H1.HeaderClassName
{
color: #3C81D6;
}
.AnyTagClassName
{
color: #3C81D6;
}
</style>
background-color css
<style>
a { background-color: #3C81D6; }
a { background-color: rgb(60,129,214); }
div.DivClassName
{
background-color: #3C81D6;
}
.BgClassName
{
background-color: #3C81D6;
}
</style>
border-color css
<style>
span { border-color: #3C81D6; }
span { border-color: rgb(60,129,214); }
td.TdClassName
{
border-color: #3C81D6;
}
.TagClassName
{
border-color: #3C81D6;
}
</style>