Shades of Tory Blue #2A439C
Tints of Tory Blue #2A439C
RGB
CMYK
RGB Variations
Color information
#2A439C (or 0x2A439C) is known color: Tory Blue. HEX triplet: 2A, 43 and 9C. RGB value is (42,67,156). Sum of RGB (Red+Green+Blue) = 42+67+156=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A439C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A439C is #D5BC63. Grayscale: #454545. Windows color (decimal): -14007396 or 10240810. OLE color: 10240810.
HSL color Cylindrical-coordinate representation of color #2A439C: hue angle of 226.84º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A439C is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 67 | 156 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.39 |
| HSL | 226.84º | 0.58% | 0.39% | - |
| HSV(B) | 226.84º | 0.73% | 0.61% | - |
| XYZ | 8.96 | 6.91 | 32.31 | - |
| YUV | 69.67 | 176.72 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 67 | 156 | 0.73 | 0.57 | 0 | 0.39 | 226.84 | 0.58 | 0.39 |
| Hex | 2A | 43 | 9C | 49 | 39 | 0 | 27 | E3 | 3A | 27 |
| Octal | 52 | 103 | 234 | 111 | 71 | 0 | 47 | 343 | 72 | 47 |
| Binary | 101010 | 1000011 | 10011100 | 1001001 | 111001 | 0 | 100111 | 11100011 | 111010 | 100111 |
Color Harmonies of #2A439C
Complementary color
Monochromatic Colors of #2A439C
Black with #2A439C
Text Example
Text Example
White with #2A439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A439C; }
p { color: rgb(42,67,156); }
H1.HeaderClassName
{
color: #2A439C;
}
.AnyTagClassName
{
color: #2A439C;
}
</style>
background-color css
<style>
a { background-color: #2A439C; }
a { background-color: rgb(42,67,156); }
div.DivClassName
{
background-color: #2A439C;
}
.BgClassName
{
background-color: #2A439C;
}
</style>
border-color css
<style>
span { border-color: #2A439C; }
span { border-color: rgb(42,67,156); }
td.TdClassName
{
border-color: #2A439C;
}
.TagClassName
{
border-color: #2A439C;
}
</style>