Shades of Regal Blue #273E53
Tints of Regal Blue #273E53
RGB
CMYK
RGB Variations
Color information
#273E53 (or 0x273E53) is known color: Regal Blue. HEX triplet: 27, 3E and 53. RGB value is (39,62,83). Sum of RGB (Red+Green+Blue) = 39+62+83=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #273E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273E53 is #D8C1AC. Grayscale: #393939. Windows color (decimal): -14205357 or 5455399. OLE color: 5455399.
HSL color Cylindrical-coordinate representation of color #273E53: hue angle of 208.64º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #273E53 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 62 | 83 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.67 |
| HSL | 208.64º | 0.36% | 0.24% | - |
| HSV(B) | 208.64º | 0.53% | 0.33% | - |
| XYZ | 4.12 | 4.5 | 8.84 | - |
| YUV | 57.52 | 142.38 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 62 | 83 | 0.53 | 0.25 | 0 | 0.67 | 208.64 | 0.36 | 0.24 |
| Hex | 27 | 3E | 53 | 35 | 19 | 0 | 43 | D1 | 24 | 18 |
| Octal | 47 | 76 | 123 | 65 | 31 | 0 | 103 | 321 | 44 | 30 |
| Binary | 100111 | 111110 | 1010011 | 110101 | 11001 | 0 | 1000011 | 11010001 | 100100 | 11000 |
Color Harmonies of #273E53
Complementary color
Monochromatic Colors of #273E53
Black with #273E53
Text Example
Text Example
White with #273E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273E53; }
p { color: rgb(39,62,83); }
H1.HeaderClassName
{
color: #273E53;
}
.AnyTagClassName
{
color: #273E53;
}
</style>
background-color css
<style>
a { background-color: #273E53; }
a { background-color: rgb(39,62,83); }
div.DivClassName
{
background-color: #273E53;
}
.BgClassName
{
background-color: #273E53;
}
</style>
border-color css
<style>
span { border-color: #273E53; }
span { border-color: rgb(39,62,83); }
td.TdClassName
{
border-color: #273E53;
}
.TagClassName
{
border-color: #273E53;
}
</style>