Shades of Tory Blue #2C3D93
Tints of Tory Blue #2C3D93
RGB
CMYK
RGB Variations
Color information
#2C3D93 (or 0x2C3D93) is known color: Tory Blue. HEX triplet: 2C, 3D and 93. RGB value is (44,61,147). Sum of RGB (Red+Green+Blue) = 44+61+147=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #2C3D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3D93 is #D3C26C. Grayscale: #414141. Windows color (decimal): -13877869 or 9649452. OLE color: 9649452.
HSL color Cylindrical-coordinate representation of color #2C3D93: hue angle of 230.1º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C3D93 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 61 | 147 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.42 |
| HSL | 230.1º | 0.54% | 0.37% | - |
| HSV(B) | 230.1º | 0.7% | 0.58% | - |
| XYZ | 7.97 | 5.98 | 28.34 | - |
| YUV | 65.72 | 173.87 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 61 | 147 | 0.70 | 0.59 | 0 | 0.42 | 230.1 | 0.54 | 0.37 |
| Hex | 2C | 3D | 93 | 46 | 3B | 0 | 2A | E6 | 36 | 25 |
| Octal | 54 | 75 | 223 | 106 | 73 | 0 | 52 | 346 | 66 | 45 |
| Binary | 101100 | 111101 | 10010011 | 1000110 | 111011 | 0 | 101010 | 11100110 | 110110 | 100101 |
Color Harmonies of #2C3D93
Complementary color
Monochromatic Colors of #2C3D93
Black with #2C3D93
Text Example
Text Example
White with #2C3D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3D93; }
p { color: rgb(44,61,147); }
H1.HeaderClassName
{
color: #2C3D93;
}
.AnyTagClassName
{
color: #2C3D93;
}
</style>
background-color css
<style>
a { background-color: #2C3D93; }
a { background-color: rgb(44,61,147); }
div.DivClassName
{
background-color: #2C3D93;
}
.BgClassName
{
background-color: #2C3D93;
}
</style>
border-color css
<style>
span { border-color: #2C3D93; }
span { border-color: rgb(44,61,147); }
td.TdClassName
{
border-color: #2C3D93;
}
.TagClassName
{
border-color: #2C3D93;
}
</style>