Shades of Royal Blue #3682E2
Tints of Royal Blue #3682E2
RGB
CMYK
RGB Variations
Color information
#3682E2 (or 0x3682E2) is known color: Royal Blue. HEX triplet: 36, 82 and E2. RGB value is (54,130,226). Sum of RGB (Red+Green+Blue) = 54+130+226=410 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.17% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 226 (88.67% from 255 or 55.12% from 410); Max value from RGB is 226 - color contains mainly: blue. Hex color #3682E2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3682E2 is #C97D1D. Grayscale: #757575. Windows color (decimal): -13204766 or 14844470. OLE color: 14844470.
HSL color Cylindrical-coordinate representation of color #3682E2: hue angle of 213.49º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3682E2 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 54 | 130 | 226 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.11 |
| HSL | 213.49º | 0.75% | 0.55% | - |
| HSV(B) | 213.49º | 0.76% | 0.89% | - |
| XYZ | 23.23 | 22.24 | 75.02 | - |
| YUV | 118.22 | 188.82 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 226 | 0.76 | 0.42 | 0 | 0.11 | 213.49 | 0.75 | 0.55 |
| Hex | 36 | 82 | E2 | 4C | 2A | 0 | B | D5 | 4B | 37 |
| Octal | 66 | 202 | 342 | 114 | 52 | 0 | 13 | 325 | 113 | 67 |
| Binary | 110110 | 10000010 | 11100010 | 1001100 | 101010 | 0 | 1011 | 11010101 | 1001011 | 110111 |
Color Harmonies of #3682E2
Complementary color
Monochromatic Colors of #3682E2
Black with #3682E2
Text Example
Text Example
White with #3682E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3682E2; }
p { color: rgb(54,130,226); }
H1.HeaderClassName
{
color: #3682E2;
}
.AnyTagClassName
{
color: #3682E2;
}
</style>
background-color css
<style>
a { background-color: #3682E2; }
a { background-color: rgb(54,130,226); }
div.DivClassName
{
background-color: #3682E2;
}
.BgClassName
{
background-color: #3682E2;
}
</style>
border-color css
<style>
span { border-color: #3682E2; }
span { border-color: rgb(54,130,226); }
td.TdClassName
{
border-color: #3682E2;
}
.TagClassName
{
border-color: #3682E2;
}
</style>