Shades of Royal Blue #3675DB
Tints of Royal Blue #3675DB
RGB
CMYK
RGB Variations
Color information
#3675DB (or 0x3675DB) is known color: Royal Blue. HEX triplet: 36, 75 and DB. RGB value is (54,117,219). Sum of RGB (Red+Green+Blue) = 54+117+219=390 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.85% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #3675DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3675DB is #C98A24. Grayscale: #6D6D6D. Windows color (decimal): -13208101 or 14382390. OLE color: 14382390.
HSL color Cylindrical-coordinate representation of color #3675DB: hue angle of 217.09º 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 #3675DB is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 117 | 219 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.14 |
| HSL | 217.09º | 0.7% | 0.54% | - |
| HSV(B) | 217.09º | 0.75% | 0.86% | - |
| XYZ | 20.67 | 18.62 | 69.52 | - |
| YUV | 109.79 | 189.63 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 117 | 219 | 0.75 | 0.47 | 0 | 0.14 | 217.09 | 0.7 | 0.54 |
| Hex | 36 | 75 | DB | 4B | 2F | 0 | E | D9 | 46 | 36 |
| Octal | 66 | 165 | 333 | 113 | 57 | 0 | 16 | 331 | 106 | 66 |
| Binary | 110110 | 1110101 | 11011011 | 1001011 | 101111 | 0 | 1110 | 11011001 | 1000110 | 110110 |
Color Harmonies of #3675DB
Complementary color
Monochromatic Colors of #3675DB
Black with #3675DB
Text Example
Text Example
White with #3675DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3675DB; }
p { color: rgb(54,117,219); }
H1.HeaderClassName
{
color: #3675DB;
}
.AnyTagClassName
{
color: #3675DB;
}
</style>
background-color css
<style>
a { background-color: #3675DB; }
a { background-color: rgb(54,117,219); }
div.DivClassName
{
background-color: #3675DB;
}
.BgClassName
{
background-color: #3675DB;
}
</style>
border-color css
<style>
span { border-color: #3675DB; }
span { border-color: rgb(54,117,219); }
td.TdClassName
{
border-color: #3675DB;
}
.TagClassName
{
border-color: #3675DB;
}
</style>