Shades of Royal Blue #3A76DB
Tints of Royal Blue #3A76DB
RGB
CMYK
RGB Variations
Color information
#3A76DB (or 0x3A76DB) is known color: Royal Blue. HEX triplet: 3A, 76 and DB. RGB value is (58,118,219). Sum of RGB (Red+Green+Blue) = 58+118+219=395 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.68% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A76DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A76DB is #C58924. Grayscale: #6F6F6F. Windows color (decimal): -12945701 or 14382650. OLE color: 14382650.
HSL color Cylindrical-coordinate representation of color #3A76DB: hue angle of 217.64º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A76DB is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 118 | 219 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.14 |
| HSL | 217.64º | 0.69% | 0.54% | - |
| HSV(B) | 217.64º | 0.74% | 0.86% | - |
| XYZ | 21.01 | 18.97 | 69.57 | - |
| YUV | 111.57 | 188.62 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 118 | 219 | 0.74 | 0.46 | 0 | 0.14 | 217.64 | 0.69 | 0.54 |
| Hex | 3A | 76 | DB | 4A | 2E | 0 | E | DA | 45 | 36 |
| Octal | 72 | 166 | 333 | 112 | 56 | 0 | 16 | 332 | 105 | 66 |
| Binary | 111010 | 1110110 | 11011011 | 1001010 | 101110 | 0 | 1110 | 11011010 | 1000101 | 110110 |
Color Harmonies of #3A76DB
Complementary color
Monochromatic Colors of #3A76DB
Black with #3A76DB
Text Example
Text Example
White with #3A76DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A76DB; }
p { color: rgb(58,118,219); }
H1.HeaderClassName
{
color: #3A76DB;
}
.AnyTagClassName
{
color: #3A76DB;
}
</style>
background-color css
<style>
a { background-color: #3A76DB; }
a { background-color: rgb(58,118,219); }
div.DivClassName
{
background-color: #3A76DB;
}
.BgClassName
{
background-color: #3A76DB;
}
</style>
border-color css
<style>
span { border-color: #3A76DB; }
span { border-color: rgb(58,118,219); }
td.TdClassName
{
border-color: #3A76DB;
}
.TagClassName
{
border-color: #3A76DB;
}
</style>