Shades of Royal Blue #3675EC
Tints of Royal Blue #3675EC
RGB
CMYK
RGB Variations
Color information
#3675EC (or 0x3675EC) is known color: Royal Blue. HEX triplet: 36, 75 and EC. RGB value is (54,117,236). Sum of RGB (Red+Green+Blue) = 54+117+236=407 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.27% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #3675EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3675EC is #C98A13. Grayscale: #6F6F6F. Windows color (decimal): -13208084 or 15496502. OLE color: 15496502.
HSL color Cylindrical-coordinate representation of color #3675EC: hue angle of 219.23º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3675EC is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 117 | 236 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.07 |
| HSL | 219.23º | 0.83% | 0.57% | - |
| HSV(B) | 219.23º | 0.77% | 0.93% | - |
| XYZ | 23.02 | 19.56 | 81.92 | - |
| YUV | 111.73 | 198.13 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 117 | 236 | 0.77 | 0.50 | 0 | 0.07 | 219.23 | 0.83 | 0.57 |
| Hex | 36 | 75 | EC | 4D | 32 | 0 | 7 | DB | 53 | 39 |
| Octal | 66 | 165 | 354 | 115 | 62 | 0 | 7 | 333 | 123 | 71 |
| Binary | 110110 | 1110101 | 11101100 | 1001101 | 110010 | 0 | 111 | 11011011 | 1010011 | 111001 |
Color Harmonies of #3675EC
Complementary color
Monochromatic Colors of #3675EC
Black with #3675EC
Text Example
Text Example
White with #3675EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3675EC; }
p { color: rgb(54,117,236); }
H1.HeaderClassName
{
color: #3675EC;
}
.AnyTagClassName
{
color: #3675EC;
}
</style>
background-color css
<style>
a { background-color: #3675EC; }
a { background-color: rgb(54,117,236); }
div.DivClassName
{
background-color: #3675EC;
}
.BgClassName
{
background-color: #3675EC;
}
</style>
border-color css
<style>
span { border-color: #3675EC; }
span { border-color: rgb(54,117,236); }
td.TdClassName
{
border-color: #3675EC;
}
.TagClassName
{
border-color: #3675EC;
}
</style>