Shades of Royal Blue #2663E3
Tints of Royal Blue #2663E3
RGB
CMYK
RGB Variations
Color information
#2663E3 (or 0x2663E3) is known color: Royal Blue. HEX triplet: 26, 63 and E3. RGB value is (38,99,227). Sum of RGB (Red+Green+Blue) = 38+99+227=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 227 (89.06% from 255 or 62.36% from 364); Max value from RGB is 227 - color contains mainly: blue. Hex color #2663E3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2663E3 is #D99C1C. Grayscale: #5E5E5E. Windows color (decimal): -14261277 or 14902054. OLE color: 14902054.
HSL color Cylindrical-coordinate representation of color #2663E3: hue angle of 220.63º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2663E3 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 38 | 99 | 227 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.11 |
| HSL | 220.63º | 0.77% | 0.52% | - |
| HSV(B) | 220.63º | 0.83% | 0.89% | - |
| XYZ | 19.13 | 14.88 | 74.54 | - |
| YUV | 95.35 | 202.29 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 99 | 227 | 0.83 | 0.56 | 0 | 0.11 | 220.63 | 0.77 | 0.52 |
| Hex | 26 | 63 | E3 | 53 | 38 | 0 | B | DD | 4D | 34 |
| Octal | 46 | 143 | 343 | 123 | 70 | 0 | 13 | 335 | 115 | 64 |
| Binary | 100110 | 1100011 | 11100011 | 1010011 | 111000 | 0 | 1011 | 11011101 | 1001101 | 110100 |
Color Harmonies of #2663E3
Complementary color
Monochromatic Colors of #2663E3
Black with #2663E3
Text Example
Text Example
White with #2663E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2663E3; }
p { color: rgb(38,99,227); }
H1.HeaderClassName
{
color: #2663E3;
}
.AnyTagClassName
{
color: #2663E3;
}
</style>
background-color css
<style>
a { background-color: #2663E3; }
a { background-color: rgb(38,99,227); }
div.DivClassName
{
background-color: #2663E3;
}
.BgClassName
{
background-color: #2663E3;
}
</style>
border-color css
<style>
span { border-color: #2663E3; }
span { border-color: rgb(38,99,227); }
td.TdClassName
{
border-color: #2663E3;
}
.TagClassName
{
border-color: #2663E3;
}
</style>