Shades of Royal Blue #3673DB
Tints of Royal Blue #3673DB
RGB
CMYK
RGB Variations
Color information
#3673DB (or 0x3673DB) is known color: Royal Blue. HEX triplet: 36, 73 and DB. RGB value is (54,115,219). Sum of RGB (Red+Green+Blue) = 54+115+219=388 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.92% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #3673DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3673DB is #C98C24. Grayscale: #6C6C6C. Windows color (decimal): -13208613 or 14381878. OLE color: 14381878.
HSL color Cylindrical-coordinate representation of color #3673DB: hue angle of 217.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3673DB is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 115 | 219 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.14 |
| HSL | 217.82º | 0.7% | 0.54% | - |
| HSV(B) | 217.82º | 0.75% | 0.86% | - |
| XYZ | 20.44 | 18.16 | 69.45 | - |
| YUV | 108.62 | 190.29 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 115 | 219 | 0.75 | 0.47 | 0 | 0.14 | 217.82 | 0.7 | 0.54 |
| Hex | 36 | 73 | DB | 4B | 2F | 0 | E | DA | 46 | 36 |
| Octal | 66 | 163 | 333 | 113 | 57 | 0 | 16 | 332 | 106 | 66 |
| Binary | 110110 | 1110011 | 11011011 | 1001011 | 101111 | 0 | 1110 | 11011010 | 1000110 | 110110 |
Color Harmonies of #3673DB
Complementary color
Monochromatic Colors of #3673DB
Black with #3673DB
Text Example
Text Example
White with #3673DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3673DB; }
p { color: rgb(54,115,219); }
H1.HeaderClassName
{
color: #3673DB;
}
.AnyTagClassName
{
color: #3673DB;
}
</style>
background-color css
<style>
a { background-color: #3673DB; }
a { background-color: rgb(54,115,219); }
div.DivClassName
{
background-color: #3673DB;
}
.BgClassName
{
background-color: #3673DB;
}
</style>
border-color css
<style>
span { border-color: #3673DB; }
span { border-color: rgb(54,115,219); }
td.TdClassName
{
border-color: #3673DB;
}
.TagClassName
{
border-color: #3673DB;
}
</style>