Shades of Regal Blue #273F57
Tints of Regal Blue #273F57
RGB
CMYK
RGB Variations
Color information
#273F57 (or 0x273F57) is known color: Regal Blue. HEX triplet: 27, 3F and 57. RGB value is (39,63,87). Sum of RGB (Red+Green+Blue) = 39+63+87=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 87 (34.38% from 255 or 46.03% from 189); Max value from RGB is 87 - color contains mainly: blue. Hex color #273F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F57 is #D8C0A8. Grayscale: #3A3A3A. Windows color (decimal): -14205097 or 5717799. OLE color: 5717799.
HSL color Cylindrical-coordinate representation of color #273F57: hue angle of 210º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #273F57 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 39 | 63 | 87 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.66 |
| HSL | 210º | 0.38% | 0.25% | - |
| HSV(B) | 210º | 0.55% | 0.34% | - |
| XYZ | 4.33 | 4.67 | 9.69 | - |
| YUV | 58.56 | 144.05 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 87 | 0.55 | 0.28 | 0 | 0.66 | 210 | 0.38 | 0.25 |
| Hex | 27 | 3F | 57 | 37 | 1C | 0 | 42 | D2 | 26 | 19 |
| Octal | 47 | 77 | 127 | 67 | 34 | 0 | 102 | 322 | 46 | 31 |
| Binary | 100111 | 111111 | 1010111 | 110111 | 11100 | 0 | 1000010 | 11010010 | 100110 | 11001 |
Color Harmonies of #273F57
Complementary color
Monochromatic Colors of #273F57
Black with #273F57
Text Example
Text Example
White with #273F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F57; }
p { color: rgb(39,63,87); }
H1.HeaderClassName
{
color: #273F57;
}
.AnyTagClassName
{
color: #273F57;
}
</style>
background-color css
<style>
a { background-color: #273F57; }
a { background-color: rgb(39,63,87); }
div.DivClassName
{
background-color: #273F57;
}
.BgClassName
{
background-color: #273F57;
}
</style>
border-color css
<style>
span { border-color: #273F57; }
span { border-color: rgb(39,63,87); }
td.TdClassName
{
border-color: #273F57;
}
.TagClassName
{
border-color: #273F57;
}
</style>