Shades of Royal Blue #3676FE
Tints of Royal Blue #3676FE
RGB
CMYK
RGB Variations
Color information
#3676FE (or 0x3676FE) is known color: Royal Blue. HEX triplet: 36, 76 and FE. RGB value is (54,118,254). Sum of RGB (Red+Green+Blue) = 54+118+254=426 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.68% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #3676FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3676FE is #C98901. Grayscale: #717171. Windows color (decimal): -13207810 or 16676406. OLE color: 16676406.
HSL color Cylindrical-coordinate representation of color #3676FE: hue angle of 220.8º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3676FE is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 118 | 254 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.00 |
| HSL | 220.8º | 0.99% | 0.6% | - |
| HSV(B) | 220.8º | 0.79% | 1% | - |
| XYZ | 25.89 | 20.9 | 96.43 | - |
| YUV | 114.37 | 206.8 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 118 | 254 | 0.79 | 0.54 | 0 | 0.00 | 220.8 | 0.99 | 0.6 |
| Hex | 36 | 76 | FE | 4F | 36 | 0 | 0 | DD | 63 | 3C |
| Octal | 66 | 166 | 376 | 117 | 66 | 0 | 0 | 335 | 143 | 74 |
| Binary | 110110 | 1110110 | 11111110 | 1001111 | 110110 | 0 | 0 | 11011101 | 1100011 | 111100 |
Color Harmonies of #3676FE
Complementary color
Monochromatic Colors of #3676FE
Black with #3676FE
Text Example
Text Example
White with #3676FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3676FE; }
p { color: rgb(54,118,254); }
H1.HeaderClassName
{
color: #3676FE;
}
.AnyTagClassName
{
color: #3676FE;
}
</style>
background-color css
<style>
a { background-color: #3676FE; }
a { background-color: rgb(54,118,254); }
div.DivClassName
{
background-color: #3676FE;
}
.BgClassName
{
background-color: #3676FE;
}
</style>
border-color css
<style>
span { border-color: #3676FE; }
span { border-color: rgb(54,118,254); }
td.TdClassName
{
border-color: #3676FE;
}
.TagClassName
{
border-color: #3676FE;
}
</style>