Shades of Tory Blue #273D95
Tints of Tory Blue #273D95
RGB
CMYK
RGB Variations
Color information
#273D95 (or 0x273D95) is known color: Tory Blue. HEX triplet: 27, 3D and 95. RGB value is (39,61,149). Sum of RGB (Red+Green+Blue) = 39+61+149=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #273D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273D95 is #D8C26A. Grayscale: #404040. Windows color (decimal): -14205547 or 9780519. OLE color: 9780519.
HSL color Cylindrical-coordinate representation of color #273D95: hue angle of 228º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #273D95 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 61 | 149 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.42 |
| HSL | 228º | 0.59% | 0.37% | - |
| HSV(B) | 228º | 0.74% | 0.58% | - |
| XYZ | 7.93 | 5.94 | 29.16 | - |
| YUV | 64.45 | 175.71 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 149 | 0.74 | 0.59 | 0 | 0.42 | 228 | 0.59 | 0.37 |
| Hex | 27 | 3D | 95 | 4A | 3B | 0 | 2A | E4 | 3B | 25 |
| Octal | 47 | 75 | 225 | 112 | 73 | 0 | 52 | 344 | 73 | 45 |
| Binary | 100111 | 111101 | 10010101 | 1001010 | 111011 | 0 | 101010 | 11100100 | 111011 | 100101 |
Color Harmonies of #273D95
Complementary color
Monochromatic Colors of #273D95
Black with #273D95
Text Example
Text Example
White with #273D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D95; }
p { color: rgb(39,61,149); }
H1.HeaderClassName
{
color: #273D95;
}
.AnyTagClassName
{
color: #273D95;
}
</style>
background-color css
<style>
a { background-color: #273D95; }
a { background-color: rgb(39,61,149); }
div.DivClassName
{
background-color: #273D95;
}
.BgClassName
{
background-color: #273D95;
}
</style>
border-color css
<style>
span { border-color: #273D95; }
span { border-color: rgb(39,61,149); }
td.TdClassName
{
border-color: #273D95;
}
.TagClassName
{
border-color: #273D95;
}
</style>