Shades of Royal Blue #3673FB
Tints of Royal Blue #3673FB
RGB
CMYK
RGB Variations
Color information
#3673FB (or 0x3673FB) is known color: Royal Blue. HEX triplet: 36, 73 and FB. RGB value is (54,115,251). Sum of RGB (Red+Green+Blue) = 54+115+251=420 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.86% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #3673FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3673FB is #C98C04. Grayscale: #6F6F6F. Windows color (decimal): -13208581 or 16479030. OLE color: 16479030.
HSL color Cylindrical-coordinate representation of color #3673FB: hue angle of 221.42º 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 #3673FB is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 115 | 251 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.02 |
| HSL | 221.42º | 0.96% | 0.6% | - |
| HSV(B) | 221.42º | 0.78% | 0.98% | - |
| XYZ | 25.06 | 20.01 | 93.81 | - |
| YUV | 112.27 | 206.29 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 115 | 251 | 0.78 | 0.54 | 0 | 0.02 | 221.42 | 0.96 | 0.6 |
| Hex | 36 | 73 | FB | 4E | 36 | 0 | 2 | DD | 60 | 3C |
| Octal | 66 | 163 | 373 | 116 | 66 | 0 | 2 | 335 | 140 | 74 |
| Binary | 110110 | 1110011 | 11111011 | 1001110 | 110110 | 0 | 10 | 11011101 | 1100000 | 111100 |
Color Harmonies of #3673FB
Complementary color
Monochromatic Colors of #3673FB
Black with #3673FB
Text Example
Text Example
White with #3673FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3673FB; }
p { color: rgb(54,115,251); }
H1.HeaderClassName
{
color: #3673FB;
}
.AnyTagClassName
{
color: #3673FB;
}
</style>
background-color css
<style>
a { background-color: #3673FB; }
a { background-color: rgb(54,115,251); }
div.DivClassName
{
background-color: #3673FB;
}
.BgClassName
{
background-color: #3673FB;
}
</style>
border-color css
<style>
span { border-color: #3673FB; }
span { border-color: rgb(54,115,251); }
td.TdClassName
{
border-color: #3673FB;
}
.TagClassName
{
border-color: #3673FB;
}
</style>