Shades of Tory Blue #2C3998
Tints of Tory Blue #2C3998
RGB
CMYK
RGB Variations
Color information
#2C3998 (or 0x2C3998) is known color: Tory Blue. HEX triplet: 2C, 39 and 98. RGB value is (44,57,152). Sum of RGB (Red+Green+Blue) = 44+57+152=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #2C3998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3998 is #D3C667. Grayscale: #3F3F3F. Windows color (decimal): -13878888 or 9976108. OLE color: 9976108.
HSL color Cylindrical-coordinate representation of color #2C3998: hue angle of 232.78º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C3998 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 44 | 57 | 152 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.40 |
| HSL | 232.78º | 0.55% | 0.38% | - |
| HSV(B) | 232.78º | 0.71% | 0.6% | - |
| XYZ | 8.17 | 5.73 | 30.38 | - |
| YUV | 63.94 | 177.69 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 57 | 152 | 0.71 | 0.62 | 0 | 0.40 | 232.78 | 0.55 | 0.38 |
| Hex | 2C | 39 | 98 | 47 | 3E | 0 | 28 | E9 | 37 | 26 |
| Octal | 54 | 71 | 230 | 107 | 76 | 0 | 50 | 351 | 67 | 46 |
| Binary | 101100 | 111001 | 10011000 | 1000111 | 111110 | 0 | 101000 | 11101001 | 110111 | 100110 |
Color Harmonies of #2C3998
Complementary color
Monochromatic Colors of #2C3998
Black with #2C3998
Text Example
Text Example
White with #2C3998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3998; }
p { color: rgb(44,57,152); }
H1.HeaderClassName
{
color: #2C3998;
}
.AnyTagClassName
{
color: #2C3998;
}
</style>
background-color css
<style>
a { background-color: #2C3998; }
a { background-color: rgb(44,57,152); }
div.DivClassName
{
background-color: #2C3998;
}
.BgClassName
{
background-color: #2C3998;
}
</style>
border-color css
<style>
span { border-color: #2C3998; }
span { border-color: rgb(44,57,152); }
td.TdClassName
{
border-color: #2C3998;
}
.TagClassName
{
border-color: #2C3998;
}
</style>