Shades of Royal Blue #3C82DB
Tints of Royal Blue #3C82DB
RGB
CMYK
RGB Variations
Color information
#3C82DB (or 0x3C82DB) is known color: Royal Blue. HEX triplet: 3C, 82 and DB. RGB value is (60,130,219). Sum of RGB (Red+Green+Blue) = 60+130+219=409 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.67% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C82DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C82DB is #C37D24. Grayscale: #767676. Windows color (decimal): -12811557 or 14385724. OLE color: 14385724.
HSL color Cylindrical-coordinate representation of color #3C82DB: hue angle of 213.58º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C82DB is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 130 | 219 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.14 |
| HSL | 213.58º | 0.69% | 0.55% | - |
| HSV(B) | 213.58º | 0.73% | 0.86% | - |
| XYZ | 22.63 | 22.04 | 70.08 | - |
| YUV | 119.22 | 184.31 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 130 | 219 | 0.73 | 0.41 | 0 | 0.14 | 213.58 | 0.69 | 0.55 |
| Hex | 3C | 82 | DB | 49 | 29 | 0 | E | D6 | 45 | 37 |
| Octal | 74 | 202 | 333 | 111 | 51 | 0 | 16 | 326 | 105 | 67 |
| Binary | 111100 | 10000010 | 11011011 | 1001001 | 101001 | 0 | 1110 | 11010110 | 1000101 | 110111 |
Color Harmonies of #3C82DB
Complementary color
Monochromatic Colors of #3C82DB
Black with #3C82DB
Text Example
Text Example
White with #3C82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C82DB; }
p { color: rgb(60,130,219); }
H1.HeaderClassName
{
color: #3C82DB;
}
.AnyTagClassName
{
color: #3C82DB;
}
</style>
background-color css
<style>
a { background-color: #3C82DB; }
a { background-color: rgb(60,130,219); }
div.DivClassName
{
background-color: #3C82DB;
}
.BgClassName
{
background-color: #3C82DB;
}
</style>
border-color css
<style>
span { border-color: #3C82DB; }
span { border-color: rgb(60,130,219); }
td.TdClassName
{
border-color: #3C82DB;
}
.TagClassName
{
border-color: #3C82DB;
}
</style>