Shades of Regal Blue #273C51
Tints of Regal Blue #273C51
RGB
CMYK
RGB Variations
Color information
#273C51 (or 0x273C51) is known color: Regal Blue. HEX triplet: 27, 3C and 51. RGB value is (39,60,81). Sum of RGB (Red+Green+Blue) = 39+60+81=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 81 - color contains mainly: blue. Hex color #273C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C51 is #D8C3AE. Grayscale: #383838. Windows color (decimal): -14205871 or 5323815. OLE color: 5323815.
HSL color Cylindrical-coordinate representation of color #273C51: hue angle of 210º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #273C51 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 60 | 81 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.68 |
| HSL | 210º | 0.35% | 0.24% | - |
| HSV(B) | 210º | 0.52% | 0.32% | - |
| XYZ | 3.94 | 4.26 | 8.4 | - |
| YUV | 56.12 | 142.04 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 81 | 0.52 | 0.26 | 0 | 0.68 | 210 | 0.35 | 0.24 |
| Hex | 27 | 3C | 51 | 34 | 1A | 0 | 44 | D2 | 23 | 18 |
| Octal | 47 | 74 | 121 | 64 | 32 | 0 | 104 | 322 | 43 | 30 |
| Binary | 100111 | 111100 | 1010001 | 110100 | 11010 | 0 | 1000100 | 11010010 | 100011 | 11000 |
Color Harmonies of #273C51
Complementary color
Monochromatic Colors of #273C51
Black with #273C51
Text Example
Text Example
White with #273C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C51; }
p { color: rgb(39,60,81); }
H1.HeaderClassName
{
color: #273C51;
}
.AnyTagClassName
{
color: #273C51;
}
</style>
background-color css
<style>
a { background-color: #273C51; }
a { background-color: rgb(39,60,81); }
div.DivClassName
{
background-color: #273C51;
}
.BgClassName
{
background-color: #273C51;
}
</style>
border-color css
<style>
span { border-color: #273C51; }
span { border-color: rgb(39,60,81); }
td.TdClassName
{
border-color: #273C51;
}
.TagClassName
{
border-color: #273C51;
}
</style>