Shades of Tory Blue #274392
Tints of Tory Blue #274392
RGB
CMYK
RGB Variations
Color information
#274392 (or 0x274392) is known color: Tory Blue. HEX triplet: 27, 43 and 92. RGB value is (39,67,146). Sum of RGB (Red+Green+Blue) = 39+67+146=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #274392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274392 is #D8BC6D. Grayscale: #434343. Windows color (decimal): -14204014 or 9585447. OLE color: 9585447.
HSL color Cylindrical-coordinate representation of color #274392: hue angle of 224.3º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #274392 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 67 | 146 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.43 |
| HSL | 224.3º | 0.58% | 0.36% | - |
| HSV(B) | 224.3º | 0.73% | 0.57% | - |
| XYZ | 8.03 | 6.52 | 28.03 | - |
| YUV | 67.63 | 172.22 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 67 | 146 | 0.73 | 0.54 | 0 | 0.43 | 224.3 | 0.58 | 0.36 |
| Hex | 27 | 43 | 92 | 49 | 36 | 0 | 2B | E0 | 3A | 24 |
| Octal | 47 | 103 | 222 | 111 | 66 | 0 | 53 | 340 | 72 | 44 |
| Binary | 100111 | 1000011 | 10010010 | 1001001 | 110110 | 0 | 101011 | 11100000 | 111010 | 100100 |
Color Harmonies of #274392
Complementary color
Monochromatic Colors of #274392
Black with #274392
Text Example
Text Example
White with #274392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274392; }
p { color: rgb(39,67,146); }
H1.HeaderClassName
{
color: #274392;
}
.AnyTagClassName
{
color: #274392;
}
</style>
background-color css
<style>
a { background-color: #274392; }
a { background-color: rgb(39,67,146); }
div.DivClassName
{
background-color: #274392;
}
.BgClassName
{
background-color: #274392;
}
</style>
border-color css
<style>
span { border-color: #274392; }
span { border-color: rgb(39,67,146); }
td.TdClassName
{
border-color: #274392;
}
.TagClassName
{
border-color: #274392;
}
</style>