Shades of Tory Blue #2A3C97
Tints of Tory Blue #2A3C97
RGB
CMYK
RGB Variations
Color information
#2A3C97 (or 0x2A3C97) is known color: Tory Blue. HEX triplet: 2A, 3C and 97. RGB value is (42,60,151). Sum of RGB (Red+Green+Blue) = 42+60+151=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 151 (59.38% from 255 or 59.68% from 253); Max value from RGB is 151 - color contains mainly: blue. Hex color #2A3C97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3C97 is #D5C368. Grayscale: #404040. Windows color (decimal): -14009193 or 9911338. OLE color: 9911338.
HSL color Cylindrical-coordinate representation of color #2A3C97: hue angle of 230.09º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A3C97 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 60 | 151 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.41 |
| HSL | 230.09º | 0.56% | 0.38% | - |
| HSV(B) | 230.09º | 0.72% | 0.59% | - |
| XYZ | 8.16 | 5.96 | 30 | - |
| YUV | 64.99 | 176.54 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 60 | 151 | 0.72 | 0.60 | 0 | 0.41 | 230.09 | 0.56 | 0.38 |
| Hex | 2A | 3C | 97 | 48 | 3C | 0 | 29 | E6 | 38 | 26 |
| Octal | 52 | 74 | 227 | 110 | 74 | 0 | 51 | 346 | 70 | 46 |
| Binary | 101010 | 111100 | 10010111 | 1001000 | 111100 | 0 | 101001 | 11100110 | 111000 | 100110 |
Color Harmonies of #2A3C97
Complementary color
Monochromatic Colors of #2A3C97
Black with #2A3C97
Text Example
Text Example
White with #2A3C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3C97; }
p { color: rgb(42,60,151); }
H1.HeaderClassName
{
color: #2A3C97;
}
.AnyTagClassName
{
color: #2A3C97;
}
</style>
background-color css
<style>
a { background-color: #2A3C97; }
a { background-color: rgb(42,60,151); }
div.DivClassName
{
background-color: #2A3C97;
}
.BgClassName
{
background-color: #2A3C97;
}
</style>
border-color css
<style>
span { border-color: #2A3C97; }
span { border-color: rgb(42,60,151); }
td.TdClassName
{
border-color: #2A3C97;
}
.TagClassName
{
border-color: #2A3C97;
}
</style>