Shades of Royal Blue #3672EB
Tints of Royal Blue #3672EB
RGB
CMYK
RGB Variations
Color information
#3672EB (or 0x3672EB) is known color: Royal Blue. HEX triplet: 36, 72 and EB. RGB value is (54,114,235). Sum of RGB (Red+Green+Blue) = 54+114+235=403 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.40% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #3672EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3672EB is #C98D14. Grayscale: #6D6D6D. Windows color (decimal): -13208853 or 15430198. OLE color: 15430198.
HSL color Cylindrical-coordinate representation of color #3672EB: hue angle of 220.11º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3672EB is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 114 | 235 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.08 |
| HSL | 220.11º | 0.82% | 0.57% | - |
| HSV(B) | 220.11º | 0.77% | 0.92% | - |
| XYZ | 22.53 | 18.82 | 81.04 | - |
| YUV | 109.85 | 198.62 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 114 | 235 | 0.77 | 0.51 | 0 | 0.08 | 220.11 | 0.82 | 0.57 |
| Hex | 36 | 72 | EB | 4D | 33 | 0 | 8 | DC | 52 | 39 |
| Octal | 66 | 162 | 353 | 115 | 63 | 0 | 10 | 334 | 122 | 71 |
| Binary | 110110 | 1110010 | 11101011 | 1001101 | 110011 | 0 | 1000 | 11011100 | 1010010 | 111001 |
Color Harmonies of #3672EB
Complementary color
Monochromatic Colors of #3672EB
Black with #3672EB
Text Example
Text Example
White with #3672EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3672EB; }
p { color: rgb(54,114,235); }
H1.HeaderClassName
{
color: #3672EB;
}
.AnyTagClassName
{
color: #3672EB;
}
</style>
background-color css
<style>
a { background-color: #3672EB; }
a { background-color: rgb(54,114,235); }
div.DivClassName
{
background-color: #3672EB;
}
.BgClassName
{
background-color: #3672EB;
}
</style>
border-color css
<style>
span { border-color: #3672EB; }
span { border-color: rgb(54,114,235); }
td.TdClassName
{
border-color: #3672EB;
}
.TagClassName
{
border-color: #3672EB;
}
</style>