Shades of Royal Blue #3675DC
Tints of Royal Blue #3675DC
RGB
CMYK
RGB Variations
Color information
#3675DC (or 0x3675DC) is known color: Royal Blue. HEX triplet: 36, 75 and DC. RGB value is (54,117,220). Sum of RGB (Red+Green+Blue) = 54+117+220=391 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.81% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #3675DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3675DC is #C98A23. Grayscale: #6D6D6D. Windows color (decimal): -13208100 or 14447926. OLE color: 14447926.
HSL color Cylindrical-coordinate representation of color #3675DC: hue angle of 217.23º 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 #3675DC is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 117 | 220 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.14 |
| HSL | 217.23º | 0.7% | 0.54% | - |
| HSV(B) | 217.23º | 0.75% | 0.86% | - |
| XYZ | 20.8 | 18.67 | 70.22 | - |
| YUV | 109.91 | 190.13 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 117 | 220 | 0.75 | 0.47 | 0 | 0.14 | 217.23 | 0.7 | 0.54 |
| Hex | 36 | 75 | DC | 4B | 2F | 0 | E | D9 | 46 | 36 |
| Octal | 66 | 165 | 334 | 113 | 57 | 0 | 16 | 331 | 106 | 66 |
| Binary | 110110 | 1110101 | 11011100 | 1001011 | 101111 | 0 | 1110 | 11011001 | 1000110 | 110110 |
Color Harmonies of #3675DC
Complementary color
Monochromatic Colors of #3675DC
Black with #3675DC
Text Example
Text Example
White with #3675DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3675DC; }
p { color: rgb(54,117,220); }
H1.HeaderClassName
{
color: #3675DC;
}
.AnyTagClassName
{
color: #3675DC;
}
</style>
background-color css
<style>
a { background-color: #3675DC; }
a { background-color: rgb(54,117,220); }
div.DivClassName
{
background-color: #3675DC;
}
.BgClassName
{
background-color: #3675DC;
}
</style>
border-color css
<style>
span { border-color: #3675DC; }
span { border-color: rgb(54,117,220); }
td.TdClassName
{
border-color: #3675DC;
}
.TagClassName
{
border-color: #3675DC;
}
</style>