Shades of Royal Blue #3662FF
Tints of Royal Blue #3662FF
RGB
CMYK
RGB Variations
Color information
#3662FF (or 0x3662FF) is known color: Royal Blue. HEX triplet: 36, 62 and FF. RGB value is (54,98,255). Sum of RGB (Red+Green+Blue) = 54+98+255=407 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.27% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #3662FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3662FF is #C99D00. Grayscale: #666666. Windows color (decimal): -13212929 or 16736822. OLE color: 16736822.
HSL color Cylindrical-coordinate representation of color #3662FF: hue angle of 226.87º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3662FF is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 98 | 255 | - |
| CMYK | 0.79 | 0.62 | 0 | 0 |
| HSL | 226.87º | 1% | 0.61% | - |
| HSV(B) | 226.87º | 0.79% | 1% | - |
| XYZ | 23.94 | 16.74 | 96.58 | - |
| YUV | 102.74 | 213.92 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 98 | 255 | 0.79 | 0.62 | 0 | 0 | 226.87 | 1 | 0.61 |
| Hex | 36 | 62 | FF | 4F | 3E | 0 | 0 | E3 | 64 | 3D |
| Octal | 66 | 142 | 377 | 117 | 76 | 0 | 0 | 343 | 144 | 75 |
| Binary | 110110 | 1100010 | 11111111 | 1001111 | 111110 | 0 | 0 | 11100011 | 1100100 | 111101 |
Color Harmonies of #3662FF
Complementary color
Monochromatic Colors of #3662FF
Black with #3662FF
Text Example
Text Example
White with #3662FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3662FF; }
p { color: rgb(54,98,255); }
H1.HeaderClassName
{
color: #3662FF;
}
.AnyTagClassName
{
color: #3662FF;
}
</style>
background-color css
<style>
a { background-color: #3662FF; }
a { background-color: rgb(54,98,255); }
div.DivClassName
{
background-color: #3662FF;
}
.BgClassName
{
background-color: #3662FF;
}
</style>
border-color css
<style>
span { border-color: #3662FF; }
span { border-color: rgb(54,98,255); }
td.TdClassName
{
border-color: #3662FF;
}
.TagClassName
{
border-color: #3662FF;
}
</style>