Shades of Royal Blue #3A62DB
Tints of Royal Blue #3A62DB
RGB
CMYK
RGB Variations
Color information
#3A62DB (or 0x3A62DB) is known color: Royal Blue. HEX triplet: 3A, 62 and DB. RGB value is (58,98,219). Sum of RGB (Red+Green+Blue) = 58+98+219=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A62DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A62DB is #C59D24. Grayscale: #636363. Windows color (decimal): -12950821 or 14377530. OLE color: 14377530.
HSL color Cylindrical-coordinate representation of color #3A62DB: hue angle of 225.09º 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 #3A62DB is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 98 | 219 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.14 |
| HSL | 225.09º | 0.69% | 0.54% | - |
| HSV(B) | 225.09º | 0.74% | 0.86% | - |
| XYZ | 18.9 | 14.75 | 68.87 | - |
| YUV | 99.83 | 195.25 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 219 | 0.74 | 0.55 | 0 | 0.14 | 225.09 | 0.69 | 0.54 |
| Hex | 3A | 62 | DB | 4A | 37 | 0 | E | E1 | 45 | 36 |
| Octal | 72 | 142 | 333 | 112 | 67 | 0 | 16 | 341 | 105 | 66 |
| Binary | 111010 | 1100010 | 11011011 | 1001010 | 110111 | 0 | 1110 | 11100001 | 1000101 | 110110 |
Color Harmonies of #3A62DB
Complementary color
Monochromatic Colors of #3A62DB
Black with #3A62DB
Text Example
Text Example
White with #3A62DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A62DB; }
p { color: rgb(58,98,219); }
H1.HeaderClassName
{
color: #3A62DB;
}
.AnyTagClassName
{
color: #3A62DB;
}
</style>
background-color css
<style>
a { background-color: #3A62DB; }
a { background-color: rgb(58,98,219); }
div.DivClassName
{
background-color: #3A62DB;
}
.BgClassName
{
background-color: #3A62DB;
}
</style>
border-color css
<style>
span { border-color: #3A62DB; }
span { border-color: rgb(58,98,219); }
td.TdClassName
{
border-color: #3A62DB;
}
.TagClassName
{
border-color: #3A62DB;
}
</style>