Shades of Royal Blue #3C83DD
Tints of Royal Blue #3C83DD
RGB
CMYK
RGB Variations
Color information
#3C83DD (or 0x3C83DD) is known color: Royal Blue. HEX triplet: 3C, 83 and DD. RGB value is (60,131,221). Sum of RGB (Red+Green+Blue) = 60+131+221=412 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.56% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C83DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C83DD is #C37C22. Grayscale: #777777. Windows color (decimal): -12811299 or 14517052. OLE color: 14517052.
HSL color Cylindrical-coordinate representation of color #3C83DD: hue angle of 213.54º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C83DD is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 131 | 221 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.13 |
| HSL | 213.54º | 0.7% | 0.55% | - |
| HSV(B) | 213.54º | 0.73% | 0.87% | - |
| XYZ | 23.03 | 22.41 | 71.52 | - |
| YUV | 120.03 | 184.98 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 131 | 221 | 0.73 | 0.41 | 0 | 0.13 | 213.54 | 0.7 | 0.55 |
| Hex | 3C | 83 | DD | 49 | 29 | 0 | D | D6 | 46 | 37 |
| Octal | 74 | 203 | 335 | 111 | 51 | 0 | 15 | 326 | 106 | 67 |
| Binary | 111100 | 10000011 | 11011101 | 1001001 | 101001 | 0 | 1101 | 11010110 | 1000110 | 110111 |
Color Harmonies of #3C83DD
Complementary color
Monochromatic Colors of #3C83DD
Black with #3C83DD
Text Example
Text Example
White with #3C83DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C83DD; }
p { color: rgb(60,131,221); }
H1.HeaderClassName
{
color: #3C83DD;
}
.AnyTagClassName
{
color: #3C83DD;
}
</style>
background-color css
<style>
a { background-color: #3C83DD; }
a { background-color: rgb(60,131,221); }
div.DivClassName
{
background-color: #3C83DD;
}
.BgClassName
{
background-color: #3C83DD;
}
</style>
border-color css
<style>
span { border-color: #3C83DD; }
span { border-color: rgb(60,131,221); }
td.TdClassName
{
border-color: #3C83DD;
}
.TagClassName
{
border-color: #3C83DD;
}
</style>