Shades of Royal Blue #3672DE
Tints of Royal Blue #3672DE
RGB
CMYK
RGB Variations
Color information
#3672DE (or 0x3672DE) is known color: Royal Blue. HEX triplet: 36, 72 and DE. RGB value is (54,114,222). Sum of RGB (Red+Green+Blue) = 54+114+222=390 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.85% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 222 (87.11% from 255 or 56.92% from 390); Max value from RGB is 222 - color contains mainly: blue. Hex color #3672DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3672DE is #C98D21. Grayscale: #6B6B6B. Windows color (decimal): -13208866 or 14578230. OLE color: 14578230.
HSL color Cylindrical-coordinate representation of color #3672DE: hue angle of 218.57º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3672DE is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 114 | 222 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.13 |
| HSL | 218.57º | 0.72% | 0.54% | - |
| HSV(B) | 218.57º | 0.76% | 0.87% | - |
| XYZ | 20.72 | 18.09 | 71.51 | - |
| YUV | 108.37 | 192.12 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 114 | 222 | 0.76 | 0.49 | 0 | 0.13 | 218.57 | 0.72 | 0.54 |
| Hex | 36 | 72 | DE | 4C | 31 | 0 | D | DB | 48 | 36 |
| Octal | 66 | 162 | 336 | 114 | 61 | 0 | 15 | 333 | 110 | 66 |
| Binary | 110110 | 1110010 | 11011110 | 1001100 | 110001 | 0 | 1101 | 11011011 | 1001000 | 110110 |
Color Harmonies of #3672DE
Complementary color
Monochromatic Colors of #3672DE
Black with #3672DE
Text Example
Text Example
White with #3672DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3672DE; }
p { color: rgb(54,114,222); }
H1.HeaderClassName
{
color: #3672DE;
}
.AnyTagClassName
{
color: #3672DE;
}
</style>
background-color css
<style>
a { background-color: #3672DE; }
a { background-color: rgb(54,114,222); }
div.DivClassName
{
background-color: #3672DE;
}
.BgClassName
{
background-color: #3672DE;
}
</style>
border-color css
<style>
span { border-color: #3672DE; }
span { border-color: rgb(54,114,222); }
td.TdClassName
{
border-color: #3672DE;
}
.TagClassName
{
border-color: #3672DE;
}
</style>