Shades of Royal Blue #3671FE
Tints of Royal Blue #3671FE
RGB
CMYK
RGB Variations
Color information
#3671FE (or 0x3671FE) is known color: Royal Blue. HEX triplet: 36, 71 and FE. RGB value is (54,113,254). Sum of RGB (Red+Green+Blue) = 54+113+254=421 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.83% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #3671FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3671FE is #C98E01. Grayscale: #6E6E6E. Windows color (decimal): -13209090 or 16675126. OLE color: 16675126.
HSL color Cylindrical-coordinate representation of color #3671FE: hue angle of 222.3º 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 #3671FE is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 113 | 254 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.00 |
| HSL | 222.3º | 0.99% | 0.6% | - |
| HSV(B) | 222.3º | 0.79% | 1% | - |
| XYZ | 25.32 | 19.75 | 96.24 | - |
| YUV | 111.43 | 208.45 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 113 | 254 | 0.79 | 0.56 | 0 | 0.00 | 222.3 | 0.99 | 0.6 |
| Hex | 36 | 71 | FE | 4F | 38 | 0 | 0 | DE | 63 | 3C |
| Octal | 66 | 161 | 376 | 117 | 70 | 0 | 0 | 336 | 143 | 74 |
| Binary | 110110 | 1110001 | 11111110 | 1001111 | 111000 | 0 | 0 | 11011110 | 1100011 | 111100 |
Color Harmonies of #3671FE
Complementary color
Monochromatic Colors of #3671FE
Black with #3671FE
Text Example
Text Example
White with #3671FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3671FE; }
p { color: rgb(54,113,254); }
H1.HeaderClassName
{
color: #3671FE;
}
.AnyTagClassName
{
color: #3671FE;
}
</style>
background-color css
<style>
a { background-color: #3671FE; }
a { background-color: rgb(54,113,254); }
div.DivClassName
{
background-color: #3671FE;
}
.BgClassName
{
background-color: #3671FE;
}
</style>
border-color css
<style>
span { border-color: #3671FE; }
span { border-color: rgb(54,113,254); }
td.TdClassName
{
border-color: #3671FE;
}
.TagClassName
{
border-color: #3671FE;
}
</style>