Shades of Royal Blue #3C83E5
Tints of Royal Blue #3C83E5
RGB
CMYK
RGB Variations
Color information
#3C83E5 (or 0x3C83E5) is known color: Royal Blue. HEX triplet: 3C, 83 and E5. RGB value is (60,131,229). Sum of RGB (Red+Green+Blue) = 60+131+229=420 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.29% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 229 (89.84% from 255 or 54.52% from 420); Max value from RGB is 229 - color contains mainly: blue. Hex color #3C83E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C83E5 is #C37C1A. Grayscale: #787878. Windows color (decimal): -12811291 or 15041340. OLE color: 15041340.
HSL color Cylindrical-coordinate representation of color #3C83E5: hue angle of 214.79º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C83E5 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 131 | 229 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.10 |
| HSL | 214.79º | 0.76% | 0.57% | - |
| HSV(B) | 214.79º | 0.74% | 0.9% | - |
| XYZ | 24.12 | 22.85 | 77.27 | - |
| YUV | 120.94 | 188.98 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 131 | 229 | 0.74 | 0.43 | 0 | 0.10 | 214.79 | 0.76 | 0.57 |
| Hex | 3C | 83 | E5 | 4A | 2B | 0 | A | D7 | 4C | 39 |
| Octal | 74 | 203 | 345 | 112 | 53 | 0 | 12 | 327 | 114 | 71 |
| Binary | 111100 | 10000011 | 11100101 | 1001010 | 101011 | 0 | 1010 | 11010111 | 1001100 | 111001 |
Color Harmonies of #3C83E5
Complementary color
Monochromatic Colors of #3C83E5
Black with #3C83E5
Text Example
Text Example
White with #3C83E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C83E5; }
p { color: rgb(60,131,229); }
H1.HeaderClassName
{
color: #3C83E5;
}
.AnyTagClassName
{
color: #3C83E5;
}
</style>
background-color css
<style>
a { background-color: #3C83E5; }
a { background-color: rgb(60,131,229); }
div.DivClassName
{
background-color: #3C83E5;
}
.BgClassName
{
background-color: #3C83E5;
}
</style>
border-color css
<style>
span { border-color: #3C83E5; }
span { border-color: rgb(60,131,229); }
td.TdClassName
{
border-color: #3C83E5;
}
.TagClassName
{
border-color: #3C83E5;
}
</style>