Shades of Royal Blue #3674FB
Tints of Royal Blue #3674FB
RGB
CMYK
RGB Variations
Color information
#3674FB (or 0x3674FB) is known color: Royal Blue. HEX triplet: 36, 74 and FB. RGB value is (54,116,251). Sum of RGB (Red+Green+Blue) = 54+116+251=421 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.83% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #3674FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3674FB is #C98B04. Grayscale: #707070. Windows color (decimal): -13208325 or 16479286. OLE color: 16479286.
HSL color Cylindrical-coordinate representation of color #3674FB: hue angle of 221.12º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3674FB is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 116 | 251 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.02 |
| HSL | 221.12º | 0.96% | 0.6% | - |
| HSV(B) | 221.12º | 0.78% | 0.98% | - |
| XYZ | 25.18 | 20.24 | 93.85 | - |
| YUV | 112.85 | 205.96 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 116 | 251 | 0.78 | 0.54 | 0 | 0.02 | 221.12 | 0.96 | 0.6 |
| Hex | 36 | 74 | FB | 4E | 36 | 0 | 2 | DD | 60 | 3C |
| Octal | 66 | 164 | 373 | 116 | 66 | 0 | 2 | 335 | 140 | 74 |
| Binary | 110110 | 1110100 | 11111011 | 1001110 | 110110 | 0 | 10 | 11011101 | 1100000 | 111100 |
Color Harmonies of #3674FB
Complementary color
Monochromatic Colors of #3674FB
Black with #3674FB
Text Example
Text Example
White with #3674FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3674FB; }
p { color: rgb(54,116,251); }
H1.HeaderClassName
{
color: #3674FB;
}
.AnyTagClassName
{
color: #3674FB;
}
</style>
background-color css
<style>
a { background-color: #3674FB; }
a { background-color: rgb(54,116,251); }
div.DivClassName
{
background-color: #3674FB;
}
.BgClassName
{
background-color: #3674FB;
}
</style>
border-color css
<style>
span { border-color: #3674FB; }
span { border-color: rgb(54,116,251); }
td.TdClassName
{
border-color: #3674FB;
}
.TagClassName
{
border-color: #3674FB;
}
</style>