Shades of Regal Blue #263C51
Tints of Regal Blue #263C51
RGB
CMYK
RGB Variations
Color information
#263C51 (or 0x263C51) is known color: Regal Blue. HEX triplet: 26, 3C and 51. RGB value is (38,60,81). Sum of RGB (Red+Green+Blue) = 38+60+81=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 81 - color contains mainly: blue. Hex color #263C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263C51 is #D9C3AE. Grayscale: #373737. Windows color (decimal): -14271407 or 5323814. OLE color: 5323814.
HSL color Cylindrical-coordinate representation of color #263C51: hue angle of 209.3º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #263C51 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 60 | 81 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.68 |
| HSL | 209.3º | 0.36% | 0.23% | - |
| HSV(B) | 209.3º | 0.53% | 0.32% | - |
| XYZ | 3.9 | 4.24 | 8.4 | - |
| YUV | 55.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 81 | 0.53 | 0.26 | 0 | 0.68 | 209.3 | 0.36 | 0.23 |
| Hex | 26 | 3C | 51 | 35 | 1A | 0 | 44 | D1 | 24 | 17 |
| Octal | 46 | 74 | 121 | 65 | 32 | 0 | 104 | 321 | 44 | 27 |
| Binary | 100110 | 111100 | 1010001 | 110101 | 11010 | 0 | 1000100 | 11010001 | 100100 | 10111 |
Color Harmonies of #263C51
Complementary color
Monochromatic Colors of #263C51
Black with #263C51
Text Example
Text Example
White with #263C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C51; }
p { color: rgb(38,60,81); }
H1.HeaderClassName
{
color: #263C51;
}
.AnyTagClassName
{
color: #263C51;
}
</style>
background-color css
<style>
a { background-color: #263C51; }
a { background-color: rgb(38,60,81); }
div.DivClassName
{
background-color: #263C51;
}
.BgClassName
{
background-color: #263C51;
}
</style>
border-color css
<style>
span { border-color: #263C51; }
span { border-color: rgb(38,60,81); }
td.TdClassName
{
border-color: #263C51;
}
.TagClassName
{
border-color: #263C51;
}
</style>