Shades of Royal Blue #3C81DA
Tints of Royal Blue #3C81DA
RGB
CMYK
RGB Variations
Color information
#3C81DA (or 0x3C81DA) is known color: Royal Blue. HEX triplet: 3C, 81 and DA. RGB value is (60,129,218). Sum of RGB (Red+Green+Blue) = 60+129+218=407 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.74% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C81DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C81DA is #C37E25. Grayscale: #767676. Windows color (decimal): -12811814 or 14319932. OLE color: 14319932.
HSL color Cylindrical-coordinate representation of color #3C81DA: hue angle of 213.8º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C81DA is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 129 | 218 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.15 |
| HSL | 213.8º | 0.68% | 0.55% | - |
| HSV(B) | 213.8º | 0.72% | 0.85% | - |
| XYZ | 22.37 | 21.72 | 69.34 | - |
| YUV | 118.52 | 184.14 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 129 | 218 | 0.72 | 0.41 | 0 | 0.15 | 213.8 | 0.68 | 0.55 |
| Hex | 3C | 81 | DA | 48 | 29 | 0 | F | D6 | 44 | 37 |
| Octal | 74 | 201 | 332 | 110 | 51 | 0 | 17 | 326 | 104 | 67 |
| Binary | 111100 | 10000001 | 11011010 | 1001000 | 101001 | 0 | 1111 | 11010110 | 1000100 | 110111 |
Color Harmonies of #3C81DA
Complementary color
Monochromatic Colors of #3C81DA
Black with #3C81DA
Text Example
Text Example
White with #3C81DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C81DA; }
p { color: rgb(60,129,218); }
H1.HeaderClassName
{
color: #3C81DA;
}
.AnyTagClassName
{
color: #3C81DA;
}
</style>
background-color css
<style>
a { background-color: #3C81DA; }
a { background-color: rgb(60,129,218); }
div.DivClassName
{
background-color: #3C81DA;
}
.BgClassName
{
background-color: #3C81DA;
}
</style>
border-color css
<style>
span { border-color: #3C81DA; }
span { border-color: rgb(60,129,218); }
td.TdClassName
{
border-color: #3C81DA;
}
.TagClassName
{
border-color: #3C81DA;
}
</style>