Shades of Royal Blue #2762FF
Tints of Royal Blue #2762FF
RGB
CMYK
RGB Variations
Color information
#2762FF (or 0x2762FF) is known color: Royal Blue. HEX triplet: 27, 62 and FF. RGB value is (39,98,255). Sum of RGB (Red+Green+Blue) = 39+98+255=392 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.95% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #2762FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2762FF is #D89D00. Grayscale: #616161. Windows color (decimal): -14195969 or 16736807. OLE color: 16736807.
HSL color Cylindrical-coordinate representation of color #2762FF: hue angle of 223.61º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2762FF is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 98 | 255 | - |
| CMYK | 0.85 | 0.62 | 0 | 0 |
| HSL | 223.61º | 1% | 0.58% | - |
| HSV(B) | 223.61º | 0.85% | 1% | - |
| XYZ | 23.25 | 16.39 | 96.55 | - |
| YUV | 98.26 | 216.45 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 98 | 255 | 0.85 | 0.62 | 0 | 0 | 223.61 | 1 | 0.58 |
| Hex | 27 | 62 | FF | 55 | 3E | 0 | 0 | E0 | 64 | 3A |
| Octal | 47 | 142 | 377 | 125 | 76 | 0 | 0 | 340 | 144 | 72 |
| Binary | 100111 | 1100010 | 11111111 | 1010101 | 111110 | 0 | 0 | 11100000 | 1100100 | 111010 |
Color Harmonies of #2762FF
Complementary color
Monochromatic Colors of #2762FF
Black with #2762FF
Text Example
Text Example
White with #2762FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2762FF; }
p { color: rgb(39,98,255); }
H1.HeaderClassName
{
color: #2762FF;
}
.AnyTagClassName
{
color: #2762FF;
}
</style>
background-color css
<style>
a { background-color: #2762FF; }
a { background-color: rgb(39,98,255); }
div.DivClassName
{
background-color: #2762FF;
}
.BgClassName
{
background-color: #2762FF;
}
</style>
border-color css
<style>
span { border-color: #2762FF; }
span { border-color: rgb(39,98,255); }
td.TdClassName
{
border-color: #2762FF;
}
.TagClassName
{
border-color: #2762FF;
}
</style>