Shades of Royal Blue #3672FA
Tints of Royal Blue #3672FA
RGB
CMYK
RGB Variations
Color information
#3672FA (or 0x3672FA) is known color: Royal Blue. HEX triplet: 36, 72 and FA. RGB value is (54,114,250). Sum of RGB (Red+Green+Blue) = 54+114+250=418 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.92% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #3672FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3672FA is #C98D05. Grayscale: #6E6E6E. Windows color (decimal): -13208838 or 16413238. OLE color: 16413238.
HSL color Cylindrical-coordinate representation of color #3672FA: hue angle of 221.63º degrees, saturation: 0.95, 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 #3672FA is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 114 | 250 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.02 |
| HSL | 221.63º | 0.95% | 0.6% | - |
| HSV(B) | 221.63º | 0.78% | 0.98% | - |
| XYZ | 24.79 | 19.72 | 92.94 | - |
| YUV | 111.56 | 206.12 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 114 | 250 | 0.78 | 0.54 | 0 | 0.02 | 221.63 | 0.95 | 0.6 |
| Hex | 36 | 72 | FA | 4E | 36 | 0 | 2 | DE | 5F | 3C |
| Octal | 66 | 162 | 372 | 116 | 66 | 0 | 2 | 336 | 137 | 74 |
| Binary | 110110 | 1110010 | 11111010 | 1001110 | 110110 | 0 | 10 | 11011110 | 1011111 | 111100 |
Color Harmonies of #3672FA
Complementary color
Monochromatic Colors of #3672FA
Black with #3672FA
Text Example
Text Example
White with #3672FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3672FA; }
p { color: rgb(54,114,250); }
H1.HeaderClassName
{
color: #3672FA;
}
.AnyTagClassName
{
color: #3672FA;
}
</style>
background-color css
<style>
a { background-color: #3672FA; }
a { background-color: rgb(54,114,250); }
div.DivClassName
{
background-color: #3672FA;
}
.BgClassName
{
background-color: #3672FA;
}
</style>
border-color css
<style>
span { border-color: #3672FA; }
span { border-color: rgb(54,114,250); }
td.TdClassName
{
border-color: #3672FA;
}
.TagClassName
{
border-color: #3672FA;
}
</style>