Shades of Royal Blue #2767FF
Tints of Royal Blue #2767FF
RGB
CMYK
RGB Variations
Color information
#2767FF (or 0x2767FF) is known color: Royal Blue. HEX triplet: 27, 67 and FF. RGB value is (39,103,255). Sum of RGB (Red+Green+Blue) = 39+103+255=397 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.82% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #2767FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2767FF is #D89800. Grayscale: #646464. Windows color (decimal): -14194689 or 16738087. OLE color: 16738087.
HSL color Cylindrical-coordinate representation of color #2767FF: hue angle of 222.22º 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 #2767FF is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 103 | 255 | - |
| CMYK | 0.85 | 0.60 | 0 | 0 |
| HSL | 222.22º | 1% | 0.58% | - |
| HSV(B) | 222.22º | 0.85% | 1% | - |
| XYZ | 23.74 | 17.35 | 96.71 | - |
| YUV | 101.19 | 214.8 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 103 | 255 | 0.85 | 0.60 | 0 | 0 | 222.22 | 1 | 0.58 |
| Hex | 27 | 67 | FF | 55 | 3C | 0 | 0 | DE | 64 | 3A |
| Octal | 47 | 147 | 377 | 125 | 74 | 0 | 0 | 336 | 144 | 72 |
| Binary | 100111 | 1100111 | 11111111 | 1010101 | 111100 | 0 | 0 | 11011110 | 1100100 | 111010 |
Color Harmonies of #2767FF
Complementary color
Monochromatic Colors of #2767FF
Black with #2767FF
Text Example
Text Example
White with #2767FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2767FF; }
p { color: rgb(39,103,255); }
H1.HeaderClassName
{
color: #2767FF;
}
.AnyTagClassName
{
color: #2767FF;
}
</style>
background-color css
<style>
a { background-color: #2767FF; }
a { background-color: rgb(39,103,255); }
div.DivClassName
{
background-color: #2767FF;
}
.BgClassName
{
background-color: #2767FF;
}
</style>
border-color css
<style>
span { border-color: #2767FF; }
span { border-color: rgb(39,103,255); }
td.TdClassName
{
border-color: #2767FF;
}
.TagClassName
{
border-color: #2767FF;
}
</style>