Shades of Tory Blue #2F3C99
Tints of Tory Blue #2F3C99
RGB
CMYK
RGB Variations
Color information
#2F3C99 (or 0x2F3C99) is known color: Tory Blue. HEX triplet: 2F, 3C and 99. RGB value is (47,60,153). Sum of RGB (Red+Green+Blue) = 47+60+153=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F3C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3C99 is #D0C366. Grayscale: #424242. Windows color (decimal): -13681511 or 10042415. OLE color: 10042415.
HSL color Cylindrical-coordinate representation of color #2F3C99: hue angle of 232.64º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F3C99 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 60 | 153 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.4 |
| HSL | 232.64º | 0.53% | 0.39% | - |
| HSV(B) | 232.64º | 0.69% | 0.6% | - |
| XYZ | 8.54 | 6.14 | 30.87 | - |
| YUV | 66.72 | 176.69 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 60 | 153 | 0.69 | 0.61 | 0 | 0.4 | 232.64 | 0.53 | 0.39 |
| Hex | 2F | 3C | 99 | 45 | 3D | 0 | 28 | E9 | 35 | 27 |
| Octal | 57 | 74 | 231 | 105 | 75 | 0 | 50 | 351 | 65 | 47 |
| Binary | 101111 | 111100 | 10011001 | 1000101 | 111101 | 0 | 101000 | 11101001 | 110101 | 100111 |
Color Harmonies of #2F3C99
Complementary color
Monochromatic Colors of #2F3C99
Black with #2F3C99
Text Example
Text Example
White with #2F3C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3C99; }
p { color: rgb(47,60,153); }
H1.HeaderClassName
{
color: #2F3C99;
}
.AnyTagClassName
{
color: #2F3C99;
}
</style>
background-color css
<style>
a { background-color: #2F3C99; }
a { background-color: rgb(47,60,153); }
div.DivClassName
{
background-color: #2F3C99;
}
.BgClassName
{
background-color: #2F3C99;
}
</style>
border-color css
<style>
span { border-color: #2F3C99; }
span { border-color: rgb(47,60,153); }
td.TdClassName
{
border-color: #2F3C99;
}
.TagClassName
{
border-color: #2F3C99;
}
</style>