Shades of Royal Blue #3672FB
Tints of Royal Blue #3672FB
RGB
CMYK
RGB Variations
Color information
#3672FB (or 0x3672FB) is known color: Royal Blue. HEX triplet: 36, 72 and FB. RGB value is (54,114,251). Sum of RGB (Red+Green+Blue) = 54+114+251=419 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.89% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 251 (98.44% from 255 or 59.90% from 419); Max value from RGB is 251 - color contains mainly: blue. Hex color #3672FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3672FB is #C98D04. Grayscale: #6F6F6F. Windows color (decimal): -13208837 or 16478774. OLE color: 16478774.
HSL color Cylindrical-coordinate representation of color #3672FB: hue angle of 221.73º 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 #3672FB is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 114 | 251 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.02 |
| HSL | 221.73º | 0.96% | 0.6% | - |
| HSV(B) | 221.73º | 0.78% | 0.98% | - |
| XYZ | 24.95 | 19.78 | 93.77 | - |
| YUV | 111.68 | 206.62 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 114 | 251 | 0.78 | 0.55 | 0 | 0.02 | 221.73 | 0.96 | 0.6 |
| Hex | 36 | 72 | FB | 4E | 37 | 0 | 2 | DE | 60 | 3C |
| Octal | 66 | 162 | 373 | 116 | 67 | 0 | 2 | 336 | 140 | 74 |
| Binary | 110110 | 1110010 | 11111011 | 1001110 | 110111 | 0 | 10 | 11011110 | 1100000 | 111100 |
Color Harmonies of #3672FB
Complementary color
Monochromatic Colors of #3672FB
Black with #3672FB
Text Example
Text Example
White with #3672FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3672FB; }
p { color: rgb(54,114,251); }
H1.HeaderClassName
{
color: #3672FB;
}
.AnyTagClassName
{
color: #3672FB;
}
</style>
background-color css
<style>
a { background-color: #3672FB; }
a { background-color: rgb(54,114,251); }
div.DivClassName
{
background-color: #3672FB;
}
.BgClassName
{
background-color: #3672FB;
}
</style>
border-color css
<style>
span { border-color: #3672FB; }
span { border-color: rgb(54,114,251); }
td.TdClassName
{
border-color: #3672FB;
}
.TagClassName
{
border-color: #3672FB;
}
</style>