Shades of Royal Blue #3670FE
Tints of Royal Blue #3670FE
RGB
CMYK
RGB Variations
Color information
#3670FE (or 0x3670FE) is known color: Royal Blue. HEX triplet: 36, 70 and FE. RGB value is (54,112,254). Sum of RGB (Red+Green+Blue) = 54+112+254=420 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.86% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #3670FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3670FE is #C98F01. Grayscale: #6E6E6E. Windows color (decimal): -13209346 or 16674870. OLE color: 16674870.
HSL color Cylindrical-coordinate representation of color #3670FE: hue angle of 222.6º 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 #3670FE is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 112 | 254 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.00 |
| HSL | 222.6º | 0.99% | 0.6% | - |
| HSV(B) | 222.6º | 0.79% | 1% | - |
| XYZ | 25.2 | 19.53 | 96.21 | - |
| YUV | 110.85 | 208.78 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 112 | 254 | 0.79 | 0.56 | 0 | 0.00 | 222.6 | 0.99 | 0.6 |
| Hex | 36 | 70 | FE | 4F | 38 | 0 | 0 | DF | 63 | 3C |
| Octal | 66 | 160 | 376 | 117 | 70 | 0 | 0 | 337 | 143 | 74 |
| Binary | 110110 | 1110000 | 11111110 | 1001111 | 111000 | 0 | 0 | 11011111 | 1100011 | 111100 |
Color Harmonies of #3670FE
Complementary color
Monochromatic Colors of #3670FE
Black with #3670FE
Text Example
Text Example
White with #3670FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3670FE; }
p { color: rgb(54,112,254); }
H1.HeaderClassName
{
color: #3670FE;
}
.AnyTagClassName
{
color: #3670FE;
}
</style>
background-color css
<style>
a { background-color: #3670FE; }
a { background-color: rgb(54,112,254); }
div.DivClassName
{
background-color: #3670FE;
}
.BgClassName
{
background-color: #3670FE;
}
</style>
border-color css
<style>
span { border-color: #3670FE; }
span { border-color: rgb(54,112,254); }
td.TdClassName
{
border-color: #3670FE;
}
.TagClassName
{
border-color: #3670FE;
}
</style>