Shades of Royal Blue #3662DE
Tints of Royal Blue #3662DE
RGB
CMYK
RGB Variations
Color information
#3662DE (or 0x3662DE) is known color: Royal Blue. HEX triplet: 36, 62 and DE. RGB value is (54,98,222). Sum of RGB (Red+Green+Blue) = 54+98+222=374 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.44% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 222 (87.11% from 255 or 59.36% from 374); Max value from RGB is 222 - color contains mainly: blue. Hex color #3662DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3662DE is #C99D21. Grayscale: #626262. Windows color (decimal): -13212962 or 14574134. OLE color: 14574134.
HSL color Cylindrical-coordinate representation of color #3662DE: hue angle of 224.29º 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 #3662DE is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 98 | 222 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.13 |
| HSL | 224.29º | 0.72% | 0.54% | - |
| HSV(B) | 224.29º | 0.76% | 0.87% | - |
| XYZ | 19.07 | 14.79 | 70.96 | - |
| YUV | 98.98 | 197.42 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 98 | 222 | 0.76 | 0.56 | 0 | 0.13 | 224.29 | 0.72 | 0.54 |
| Hex | 36 | 62 | DE | 4C | 38 | 0 | D | E0 | 48 | 36 |
| Octal | 66 | 142 | 336 | 114 | 70 | 0 | 15 | 340 | 110 | 66 |
| Binary | 110110 | 1100010 | 11011110 | 1001100 | 111000 | 0 | 1101 | 11100000 | 1001000 | 110110 |
Color Harmonies of #3662DE
Complementary color
Monochromatic Colors of #3662DE
Black with #3662DE
Text Example
Text Example
White with #3662DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3662DE; }
p { color: rgb(54,98,222); }
H1.HeaderClassName
{
color: #3662DE;
}
.AnyTagClassName
{
color: #3662DE;
}
</style>
background-color css
<style>
a { background-color: #3662DE; }
a { background-color: rgb(54,98,222); }
div.DivClassName
{
background-color: #3662DE;
}
.BgClassName
{
background-color: #3662DE;
}
</style>
border-color css
<style>
span { border-color: #3662DE; }
span { border-color: rgb(54,98,222); }
td.TdClassName
{
border-color: #3662DE;
}
.TagClassName
{
border-color: #3662DE;
}
</style>