Shades of Royal Blue #3C82EF
Tints of Royal Blue #3C82EF
RGB
CMYK
RGB Variations
Color information
#3C82EF (or 0x3C82EF) is known color: Royal Blue. HEX triplet: 3C, 82 and EF. RGB value is (60,130,239). Sum of RGB (Red+Green+Blue) = 60+130+239=429 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.99% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C82EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C82EF is #C37D10. Grayscale: #787878. Windows color (decimal): -12811537 or 15696444. OLE color: 15696444.
HSL color Cylindrical-coordinate representation of color #3C82EF: hue angle of 216.54º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C82EF is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 130 | 239 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.06 |
| HSL | 216.54º | 0.85% | 0.59% | - |
| HSV(B) | 216.54º | 0.75% | 0.94% | - |
| XYZ | 25.43 | 23.16 | 84.79 | - |
| YUV | 121.5 | 194.31 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 130 | 239 | 0.75 | 0.46 | 0 | 0.06 | 216.54 | 0.85 | 0.59 |
| Hex | 3C | 82 | EF | 4B | 2E | 0 | 6 | D9 | 55 | 3B |
| Octal | 74 | 202 | 357 | 113 | 56 | 0 | 6 | 331 | 125 | 73 |
| Binary | 111100 | 10000010 | 11101111 | 1001011 | 101110 | 0 | 110 | 11011001 | 1010101 | 111011 |
Color Harmonies of #3C82EF
Complementary color
Monochromatic Colors of #3C82EF
Black with #3C82EF
Text Example
Text Example
White with #3C82EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C82EF; }
p { color: rgb(60,130,239); }
H1.HeaderClassName
{
color: #3C82EF;
}
.AnyTagClassName
{
color: #3C82EF;
}
</style>
background-color css
<style>
a { background-color: #3C82EF; }
a { background-color: rgb(60,130,239); }
div.DivClassName
{
background-color: #3C82EF;
}
.BgClassName
{
background-color: #3C82EF;
}
</style>
border-color css
<style>
span { border-color: #3C82EF; }
span { border-color: rgb(60,130,239); }
td.TdClassName
{
border-color: #3C82EF;
}
.TagClassName
{
border-color: #3C82EF;
}
</style>