Shades of Royal Blue #3672F4
Tints of Royal Blue #3672F4
RGB
CMYK
RGB Variations
Color information
#3672F4 (or 0x3672F4) is known color: Royal Blue. HEX triplet: 36, 72 and F4. RGB value is (54,114,244). Sum of RGB (Red+Green+Blue) = 54+114+244=412 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.11% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 244 (95.70% from 255 or 59.22% from 412); Max value from RGB is 244 - color contains mainly: blue. Hex color #3672F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3672F4 is #C98D0B. Grayscale: #6E6E6E. Windows color (decimal): -13208844 or 16020022. OLE color: 16020022.
HSL color Cylindrical-coordinate representation of color #3672F4: hue angle of 221.05º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3672F4 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 114 | 244 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.04 |
| HSL | 221.05º | 0.9% | 0.58% | - |
| HSV(B) | 221.05º | 0.78% | 0.96% | - |
| XYZ | 23.87 | 19.35 | 88.07 | - |
| YUV | 110.88 | 203.12 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 114 | 244 | 0.78 | 0.53 | 0 | 0.04 | 221.05 | 0.9 | 0.58 |
| Hex | 36 | 72 | F4 | 4E | 35 | 0 | 4 | DD | 5A | 3A |
| Octal | 66 | 162 | 364 | 116 | 65 | 0 | 4 | 335 | 132 | 72 |
| Binary | 110110 | 1110010 | 11110100 | 1001110 | 110101 | 0 | 100 | 11011101 | 1011010 | 111010 |
Color Harmonies of #3672F4
Complementary color
Monochromatic Colors of #3672F4
Black with #3672F4
Text Example
Text Example
White with #3672F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3672F4; }
p { color: rgb(54,114,244); }
H1.HeaderClassName
{
color: #3672F4;
}
.AnyTagClassName
{
color: #3672F4;
}
</style>
background-color css
<style>
a { background-color: #3672F4; }
a { background-color: rgb(54,114,244); }
div.DivClassName
{
background-color: #3672F4;
}
.BgClassName
{
background-color: #3672F4;
}
</style>
border-color css
<style>
span { border-color: #3672F4; }
span { border-color: rgb(54,114,244); }
td.TdClassName
{
border-color: #3672F4;
}
.TagClassName
{
border-color: #3672F4;
}
</style>