Shades of Regal Blue #263C52
Tints of Regal Blue #263C52
RGB
CMYK
RGB Variations
Color information
#263C52 (or 0x263C52) is known color: Regal Blue. HEX triplet: 26, 3C and 52. RGB value is (38,60,82). Sum of RGB (Red+Green+Blue) = 38+60+82=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 82 (32.42% from 255 or 45.56% from 180); Max value from RGB is 82 - color contains mainly: blue. Hex color #263C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263C52 is #D9C3AD. Grayscale: #373737. Windows color (decimal): -14271406 or 5389350. OLE color: 5389350.
HSL color Cylindrical-coordinate representation of color #263C52: hue angle of 210º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #263C52 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 60 | 82 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.68 |
| HSL | 210º | 0.37% | 0.24% | - |
| HSV(B) | 210º | 0.54% | 0.32% | - |
| XYZ | 3.94 | 4.25 | 8.6 | - |
| YUV | 55.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 82 | 0.54 | 0.27 | 0 | 0.68 | 210 | 0.37 | 0.24 |
| Hex | 26 | 3C | 52 | 36 | 1B | 0 | 44 | D2 | 25 | 18 |
| Octal | 46 | 74 | 122 | 66 | 33 | 0 | 104 | 322 | 45 | 30 |
| Binary | 100110 | 111100 | 1010010 | 110110 | 11011 | 0 | 1000100 | 11010010 | 100101 | 11000 |
Color Harmonies of #263C52
Complementary color
Monochromatic Colors of #263C52
Black with #263C52
Text Example
Text Example
White with #263C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C52; }
p { color: rgb(38,60,82); }
H1.HeaderClassName
{
color: #263C52;
}
.AnyTagClassName
{
color: #263C52;
}
</style>
background-color css
<style>
a { background-color: #263C52; }
a { background-color: rgb(38,60,82); }
div.DivClassName
{
background-color: #263C52;
}
.BgClassName
{
background-color: #263C52;
}
</style>
border-color css
<style>
span { border-color: #263C52; }
span { border-color: rgb(38,60,82); }
td.TdClassName
{
border-color: #263C52;
}
.TagClassName
{
border-color: #263C52;
}
</style>